Memory Pool Memory Pool Refreshing

4,866 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (726,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,225 181,225 00000000000005ac6dde770dcbc845f8bd640b70e5aed7f0d9bf6024f2cb9e53 0.14 MB 366 125
181,224 181,224 00000000000003e19374b970b2d78804a368f45a03d182fd0b4b53abe2e93c54 0.04 MB 80 82
181,223 181,223 000000000000012d49bedb6baab77245eb8a710fd295c2fdd7c378b885015938 0.07 MB 157 107
181,222 181,222 000000000000074a74b604353e74fa354f27c108a7b83078a6337139a593101e 0.18 MB 389 120
181,221 181,221 00000000000008b2ae04c0591d5120db4aed99c91b5da1f7a2fb0163d4ef4233 0.00 MB 11 635
181,220 181,220 000000000000071d13aba7efc178b5f3ce3e1a3cc0b74d7953b02467a8e98b09 0.08 MB 176 110
181,219 181,219 00000000000002f38e392c3df9d5b245317aacae7ffb04bb834701e474e41ae6 0.05 MB 98 172
181,218 181,218 000000000000009bd1ac7605ecb81dc222b948fe78f16d7516168bf4be15beb4 0.24 MB 444 116
181,217 181,217 000000000000094d8297bc89272a29e8b5af443b728d606108693e766b4b7d63 0.05 MB 123 114
181,216 181,216 00000000000002a6605754d3efe878ec63ac9df5a9ffe84691da50129b45ee7f 0.25 MB 641 148
181,215 181,215 0000000000000706cd60229bceb7fbfcd48d8626f9c5e6efe946de10b7f9938a 0.02 MB 53 219
181,214 181,214 00000000000007da0aabab38b1d6070ed45ac18d619b0b4acac3d65fc2edad38 0.06 MB 146 131
181,213 181,213 000000000000005e8afd2fa1451689df20e5a07657a3842f876630d893b8389b 0.04 MB 89 113
181,212 181,212 00000000000002bc349133c4180a790ab5dfc97c0a592142e332ab79a2d49912 0.06 MB 122 115
181,211 181,211 0000000000000509be8cfccfb7a5efa16abf5204973569cf5006f5fc34a1fa4c 0.00 MB 1 0
181,210 181,210 00000000000001c47755579e43793e82393c007ea2ab3c39e4aac8a496f6b954 0.00 MB 1 0
181,209 181,209 000000000000096fd3ab2ae3c6386924189c0e7f02e75dd93b4cd42890c16b19 0.15 MB 204 80
181,208 181,208 0000000000000600173c6f3e8a3e287615eadc5133998b99c5c9e2e11a75c8c0 0.14 MB 257 110
181,207 181,207 000000000000042562ae30905e7c4d31a4b641374309636ac72e03627994956a 0.11 MB 299 117
181,206 181,206 00000000000002eb455728ce7ac661146bb381df0cdb100b67c275e075007b30 0.25 MB 555 153
181,205 181,205 000000000000088f034af44847cb90646f2c87a510ed67618e3b45bf461fae01 0.05 MB 131 107
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.