Memory Pool Memory Pool Refreshing

10,246 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,428 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (579,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,099 328,099 000000000000000008967717f571a284ea8c3cdcdcf137c06da327970940b933 0.32 MB 454 22
328,098 328,098 00000000000000000211c7b1134f164719acbc58be05e5ffc263fbc6d50bcaad 0.35 MB 663 31
328,097 328,097 00000000000000001880479c6e694fae0edce4192e98afddd91c874ea3ffecc1 0.25 MB 387 22
328,096 328,096 000000000000000018a225de4a4f068362638d730fc51916bfbd9cb7dea9507f 0.75 MB 1,334 31
328,095 328,095 000000000000000010f796b731eeb5e1fc041db8d4fb25f06adfd68e1c018227 0.30 MB 672 31
328,094 328,094 000000000000000019f381a7cf054a287684d4b8a90a1426425eb965d77da9f7 0.03 MB 59 27
328,093 328,093 00000000000000000c9459c3dce04698077f10ec4bf178dbcae19c27ccf17695 0.33 MB 481 22
328,092 328,092 000000000000000017f714b4e50524b2c69cdbf3e34f660dcb6dc848f613ae15 0.04 MB 59 22
328,091 328,091 00000000000000000c482304187a611c87f78e3133cbb61199d4d138540ba1a3 0.44 MB 816 31
328,090 328,090 00000000000000000e047d88311fca7e928fa28c05d74a80849dc4acd5a3e22b 0.14 MB 242 28
328,089 328,089 0000000000000000097d9c6e23f63500914a1e4e8d5c41cc573bb98482057cce 0.07 MB 147 30
328,088 328,088 00000000000000001e8122fe1fac4fb60fda183e4d5fc9e6046d0bce8ba8ed20 0.10 MB 181 6
328,087 328,087 000000000000000018f57e364ddf050c86e0293274f347abab0368c7c51d144e 0.18 MB 335 27
328,086 328,086 000000000000000002e9dbe90918b5d6506429ed7330312f9b9b69e11896f51d 0.47 MB 630 23
328,085 328,085 000000000000000015498ea2f7d57d653b28dafa088112c87b14bc65f7723022 0.17 MB 342 30
328,084 328,084 00000000000000000107aa7585f54156b37daba44e66c39d1653dfe263287958 0.54 MB 967 29
328,083 328,083 000000000000000008fdb4586612e0113760e9e13bae5f6e0e45cd22dba3a918 0.08 MB 159 30
328,082 328,082 00000000000000000aa12c5d809fcf9a35d4a7ee6a7d6c2bf4540ca2a319ec46 0.45 MB 472 18
328,081 328,081 000000000000000009d29f99e0d9140606f656e79c87df81b62f95b472c5317b 0.25 MB 697 40
328,080 328,080 0000000000000000079a0c3b7784559142daf6012b6375f5569d0e283fd2468a 0.02 MB 64 59
328,079 328,079 000000000000000008b631bdb331f5b4af816407d732af1160a7aeb2a1af3bee 0.01 MB 32 41
Previous 10 blocks ↓
Total Size: 769.01 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,621.44 GB sent, 92.91 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.