Memory Pool Memory Pool Refreshing

18,646 transactions
5.96 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,330 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (7,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,126 900,126 0000000000000000000148b149d9fa807fda77cb3917496f5cb1226b46216d0c 1.41 MB 2,152 3
900,125 900,125 00000000000000000000df0c7727e30a7e56069b8ef26cfa4325f877df42c397 1.50 MB 3,027 2
900,124 900,124 000000000000000000022a58bbc870e3ddc828729ef128566a81aed9d0263113 1.55 MB 2,432 3
900,123 900,123 000000000000000000005eccdd3c59301a0e3ce0a9ace55d8068eaa85d27d534 1.04 MB 1,963 2
900,122 900,122 000000000000000000002c9ee1bae0892ab602c5578ea17c98cd864839752dc7 0.83 MB 1,762 2
900,121 900,121 00000000000000000000b715653a6f7263dcb8945f95c430cd2f2389c2edd7f4 0.95 MB 1,025 2
900,120 900,120 000000000000000000001435795eff5286e119eae86f23c660e4c0f99cf2f248 1.44 MB 2,834 2
900,119 900,119 00000000000000000000e4f3e34f17ab8f4e108e45dc9a077bb38de96231e63a 1.37 MB 2,127 4
900,118 900,118 000000000000000000004a04f5013980c9e726fa253735993cb2a0ac2135e598 0.35 MB 798 3
900,117 900,117 000000000000000000022fde3572e19f44a3d8340a66bdf1bd4df4b5d8448813 1.04 MB 1,672 2
900,116 900,116 000000000000000000003d91019ae048c87dbdf975ddf54e6a70d9ebba88f246 0.48 MB 925 3
900,115 900,115 00000000000000000001ceb90e13ed15456816e1e88ea8db8b04d4ceb8668bb9 0.76 MB 1,390 2
900,114 900,114 0000000000000000000109d418b29aca9958edd925cdd3f1cc2c430d726c0a5d 1.35 MB 2,875 2
900,113 900,113 000000000000000000011a8acb0e1d30f6b0d3e36bb9f096d247279fb3d85bff 1.07 MB 1,431 1
900,112 900,112 00000000000000000000f8b0d2d7d1f7f245bf17d08c5c515216dc5fce56daa8 1.79 MB 1,641 1
900,111 900,111 00000000000000000001d261a0f3428996fee85b0cec6d08e0cace8809f46259 1.45 MB 2,755 3
900,110 900,110 000000000000000000001589a6a58267b42a7f3fede8d8f428555d288836447c 1.21 MB 994 1
900,109 900,109 0000000000000000000148a26295eee110b5757807d84cae9df23313af4f7792 1.31 MB 1,373 3
900,108 900,108 00000000000000000001bb5059a028f517538e9e58ca606214de0f98632534f3 1.56 MB 3,709 4
900,107 900,107 00000000000000000000f326c498337966db2d63c9a64a01b3d598706fb8f3b4 1.46 MB 3,564 6
900,106 900,106 000000000000000000000ea740a27f5052d8e4edc4f70cedc2d5fbd6644d9d98 1.47 MB 2,142 2
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.37 GB sent, 92.99 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.