Memory Pool Memory Pool Refreshing

19,431 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,398 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (24,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,375 883,375 0000000000000000000228a28267cf85b38a06567346abdac62d99c4dca800d0 2.05 MB 2,660 2
883,374 883,374 00000000000000000001e1915fdb2145c70a4bda98cfddc358a88abaa30a07d5 1.83 MB 2,923 3
883,373 883,373 00000000000000000001a252933597400884ca98cec437313a6d8499ed925b90 1.90 MB 1,847 1
883,372 883,372 00000000000000000001ba7f32967db2398b00638e4cf672ab6afb9c8668335a 2.13 MB 3,089 1
883,371 883,371 000000000000000000011a7034371010f637b6346666db3cf196ee17ab3373ce 1.76 MB 1,861 2
883,370 883,370 000000000000000000014620c1c6e20063c1700c4ac66ecd3d54443946e4b86d 1.70 MB 2,432 2
883,369 883,369 00000000000000000001a5feff11d19d6ef64055a5a4089e81f2bb0e9927b710 1.81 MB 2,064 2
883,368 883,368 000000000000000000010391b698e8cfe2bc9a69015940792b87aa98315bd3cb 1.66 MB 2,781 3
883,367 883,367 00000000000000000000ae8734bad9bb87bf0e064819d8b91558c80ec9d73589 1.63 MB 3,058 4
883,366 883,366 000000000000000000012ba119a62de1bd286a2ca5ee70c6bc9f7d4338f0a0e5 1.84 MB 1,615 2
883,365 883,365 00000000000000000000e5c13b5dd2d82b7c307141fe0d6ba538fed5efb604ff 1.60 MB 1,259 2
883,364 883,364 000000000000000000014924b6729498c2a95df7436253605f7fc2d8f0aff595 1.57 MB 1,528 2
883,363 883,363 00000000000000000000d98af3de818d3d85cac690e39905873a2cec211f4bef 1.93 MB 1,407 1
883,362 883,362 00000000000000000001f31cade382bc366c1a14bfd3f7cbb7d9f889690dc6fc 1.77 MB 1,491 2
883,361 883,361 0000000000000000000224b44f413b696c013577991c8026a9eb451168c01a02 1.72 MB 2,514 2
883,360 883,360 0000000000000000000079216111420232420d32bed09db53b16a684e7b0024d 1.56 MB 3,127 4
883,359 883,359 000000000000000000007ee84275436815e6da40151f4b1758a9029fb0f0586f 1.83 MB 1,307 2
883,358 883,358 0000000000000000000082614d89c7c5708c7a5578c8a7ff682473f58bd262d0 1.65 MB 2,697 3
883,357 883,357 000000000000000000024f7514c9d7a0907eb4d014e9e4bed7f5a2d6331dcdf0 1.59 MB 3,739 5
883,356 883,356 000000000000000000004a2eb44b073dcd3e6a1bfa80f8575cd2b8575b360eae 1.47 MB 2,943 3
883,355 883,355 0000000000000000000219cb70e720b92599e0a7b62e6f08a908b3d8e2796a32 1.63 MB 3,461 5
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.48 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.