Memory Pool Memory Pool Refreshing

16,537 transactions
5.50 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,159 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (780,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,716 127,716 0000000000002012a97fa471343d8169ab7b9244aa7c9ca66db6dde4ee3d32f2 0.04 MB 57 887
127,715 127,715 000000000000225bf3d2552124cd7b9094d235eeb09966f5d6f6c3f244a301a6 0.01 MB 22 608
127,714 127,714 00000000000011cf048f1f9f8ccfee0408cbe6a4ef149c7e488c06cbe7de0718 0.01 MB 13 461
127,713 127,713 0000000000001dbca34e5b190ab0a084adc8c252977e1fd55279b908ab386790 0.00 MB 3 2,283
127,712 127,712 0000000000000e66b6bd9233f39cdd5112689f95dd99dc6c157c39459e94bb8f 0.00 MB 12 810
127,711 127,711 0000000000000b955f8ba7639b85ea34b60f0a6e7ef876a7f968648ec6de84eb 0.02 MB 46 962
127,710 127,710 000000000000185075d9a26fa6d03a30cec0fa3a18d699242c346e8423949d45 0.00 MB 11 878
127,709 127,709 0000000000001685c5b6545151e93089dfdc7466bbf521d8b26a625821b11656 0.09 MB 160 640
127,708 127,708 0000000000000f0b535036531a4eff199a48dc446ef331e21b265f744d22f00c 0.01 MB 34 759
127,707 127,707 0000000000001dcef419489d24bb32be3ebe8937d572e63d5107f7216a41b6e9 0.05 MB 121 334
127,706 127,706 000000000000070b77277b6ffda0a5941289b165de9e3249409c5541c8e3ca07 0.00 MB 5 2,254
127,705 127,705 00000000000003169a02a9be2bfbaa254d5f891a292320839d97986030536ea7 0.04 MB 120 1,548
127,704 127,704 0000000000000be3c8a726215c7c669eb5223d2c9dcbbfb1c954761005bc28f6 0.00 MB 11 946
127,703 127,703 0000000000001bc54129b3859a3fd4264150c5f6351e073570c0e263a9c3c6ca 0.01 MB 17 895
127,702 127,702 0000000000001ae0504a5d181e85bcb6e44e7136a08421421d9c2b1447f71792 0.03 MB 83 116
127,701 127,701 00000000000013c370402dd7e61a04aaedbe36545392bb0116edd80ab9f7f978 0.01 MB 14 1,755
127,700 127,700 00000000000002a137bc91ed879031ce2960f29e6312487442e02f91ff1385e4 0.02 MB 48 65
127,699 127,699 000000000000128aa1398ec694b54f1f2caf194549c78d6330a1b89374561076 0.01 MB 24 64
127,698 127,698 00000000000023c8bba542b35a2b9d1197b9ff67eb9000867bd44ea0022eb1c5 0.03 MB 47 605
127,697 127,697 0000000000000a58aa29cbff117f2fc28f8eb65ef8d35b420cddab68966578e1 0.01 MB 9 2,403
127,696 127,696 000000000000247575a7134d61c90056fdbcdcb25ee16e85d037a4bcdf8b06dc 0.00 MB 8 1,128
Previous 10 blocks ↓
Total Size: 769.02 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,624.61 GB sent, 93.00 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.