Memory Pool Memory Pool Refreshing

3,450 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,438 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (635,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,722 271,722 00000000000000025dae97ff720ee9be187cb1e7a427a433d81957446524f9ad 0.25 MB 757 102
271,721 271,721 00000000000000058cf1f226e2008322f4628fdab8fbbb16d33e3ddad5719d1a 0.11 MB 235 60
271,720 271,720 00000000000000048bca7c0c6198aed7c28a62e9f52e51c5e09fd7cf7a2531a2 0.11 MB 191 43
271,719 271,719 0000000000000003577b30c3d5486b788325b8b08c466edfa968b8790ed8595d 0.27 MB 557 52
271,718 271,718 0000000000000002d148f9e7b93bbfca24e61793a4e73ce10706a77880674082 0.04 MB 72 26
271,717 271,717 0000000000000003b9769b216adaabbdc2077a88f7b5044e5630bd955e91f5b4 0.13 MB 201 36
271,716 271,716 0000000000000001419a7e1585ecbeb2b69b77ec39f7408d8a9abc7606644b3e 0.35 MB 772 66
271,715 271,715 000000000000000141dad40b79bea2ec0e94cec6539fe14012e881b3817e4863 0.16 MB 246 19
271,714 271,714 0000000000000000c1912eb6bb766f9e92aa3e48da24d4c83f15605a3abb3698 0.09 MB 138 40
271,713 271,713 0000000000000006413b34873c70dd3ea9e182e41696cf4edc21b614469789be 0.13 MB 277 53
271,712 271,712 0000000000000005f9149afa5050d1558aba8a01174c0802462e980d0512c3e1 0.19 MB 409 65
271,711 271,711 00000000000000051de730ce205ed6bb14b485555f686138a74ecde15cf82b87 0.12 MB 247 46
271,710 271,710 00000000000000014397cfcb1320dc18091f8a970ba28c512a2e6e5821725490 0.32 MB 422 35
271,709 271,709 00000000000000027945abce1bb31d9aa4850efad216d31478dcb8642a6738ad 0.50 MB 710 43
271,708 271,708 00000000000000054579d4479e8044ea81eb21bec2211eeaf39642443939c2ae 0.25 MB 463 30
271,707 271,707 0000000000000002c439dfaffe058665eaffc3ce08e6fae157084f9cf5bbb5c3 0.50 MB 1,444 87
271,706 271,706 0000000000000006ef384cfd2678e68ddc3015877e18d7fa08b6dccc2f58c1d0 0.27 MB 506 67
271,705 271,705 0000000000000004102249cdd2c59c8185c01fa6b73bc2f55b98320b095fb05e 0.01 MB 26 118
271,704 271,704 000000000000000496411fec4e264a04bd06e3ea292d2c155cd82c7a7f9af2f7 0.17 MB 386 37
271,703 271,703 0000000000000003133dfbfea030d79a81c5136b794518316ca6df9c81fda628 0.33 MB 702 56
271,702 271,702 00000000000000017ae728abdd1974bc5048c17ed0600f90033a311673c878be 0.23 MB 416 51
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,615.59 GB sent, 92.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.