Memory Pool Memory Pool Refreshing

33,959 transactions
29.59 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
877,275 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,443 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 877,274 (329,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,372 547,372 0000000000000000001b93e367d35f79a8128ea7735c497260ccc95c27f5759e 1.17 MB 1,242 7
547,371 547,371 0000000000000000000508b433c4b775e0c76751a3470d3e64a16b31fd2df8e4 1.31 MB 2,007 6
547,370 547,370 0000000000000000001ceb3667c3bd35181f84288b322c5a8bb575d1f75bc11d 0.34 MB 652 15
547,369 547,369 0000000000000000000d5890c037aa1b3546cc7a473050cfd57223bbee1cc6db 0.14 MB 242 34
547,368 547,368 00000000000000000022cd5557226c9098522c470bf60292bf8487943151bbe9 1.20 MB 2,229 17
547,367 547,367 00000000000000000024b3c3bb9666e68f9c48c56ab6f37675c09ccef4347100 1.32 MB 2,473 17
547,366 547,366 00000000000000000016e2563588ece2ea7aeac3c88a397554c7d6ce02b69b44 1.18 MB 1,891 11
547,365 547,365 000000000000000000183ca4587523e713252ead4b3cabea8f420999abf35af0 0.73 MB 1,078 2
547,364 547,364 000000000000000000147703acd54674ff6e860264a68b31d4661c0c87dcb6c0 1.49 MB 1,999 28
547,363 547,363 00000000000000000011fce2529aaba03c9bf6e8bc679eb516245d1643fef2bb 1.43 MB 2,429 14
547,362 547,362 0000000000000000001760196c913430f1a22e4b6ed200908eeb81868ad78ce8 0.30 MB 723 20
547,361 547,361 000000000000000000234b41111fcb64e1af2a1d63c880723a0631d00cbe7f25 0.24 MB 279 38
547,360 547,360 00000000000000000019218e84a4421fe9a2a8d0f982f6ce79fc218ae6fd1da6 0.00 MB 10 14
547,359 547,359 0000000000000000001ccf371a76173c038a9a7d321a1014150e403a3c9b481f 0.69 MB 1,305 11
547,358 547,358 0000000000000000000b7915ef74657adb18f61d17f0f123af6922881e549eab 0.85 MB 809 2
547,357 547,357 00000000000000000010ecd4e611a1534b167c852fda4d6fdf5f311b5e23acc1 1.28 MB 2,583 17
547,356 547,356 00000000000000000015aa4af3532a2a7e92b9c6579144d425ee2cdd50759291 1.23 MB 2,175 15
547,355 547,355 0000000000000000000d1f5de1deb150b58618a93f1c5a0e020622aad5b30686 1.23 MB 2,215 8
547,354 547,354 0000000000000000000276d3b4f69e8649b50fb312a960a8372e60c48f009df6 0.08 MB 176 20
547,353 547,353 000000000000000000065160fde7427436fb20a08ecf1197b53d98292938c3ac 1.07 MB 1,983 6
547,352 547,352 0000000000000000000fba1f840b8a522be5aa122cfde32c340cd11dfbf0de4a 1.12 MB 974 7
Previous 10 blocks ↓
Total Size: 712.91 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,095.75 GB sent, 28.47 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.