Memory Pool Memory Pool Refreshing

8,931 transactions
4.23 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
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,350 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (798,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,539 109,539 000000000000f7eed3534fdf794ce68a70e2339a148318d78b22aa94d0ed6545 0.00 MB 4 0
109,538 109,538 0000000000002fee51e452f40f5105f48cd8a0aeebd70d4777fac51270dc51e6 0.00 MB 13 0
109,537 109,537 000000000000378285db0643689fcef2d24ad3c25609f49388f4427132162786 0.00 MB 9 0
109,536 109,536 0000000000006077e90b6ec5f183e364e94db83f84ceb0044ed523663c1e09a8 0.00 MB 12 0
109,535 109,535 0000000000017249ebd5de5faf3c4cc16de34ce4583cfc86d595caf06c53b8cc 0.00 MB 12 0
109,534 109,534 0000000000018046c641a51ae541b186d22f31630faf58bfb2add13e6c571974 0.00 MB 6 0
109,533 109,533 000000000001830f1664f46813ceeb4d52bc70cee02bb5baeb4a13e87aeb2eb8 0.00 MB 11 0
109,532 109,532 000000000000e8d0ab04db3ae24d9dcc0bab3efb7a2b1c8c21034f15698d894a 0.00 MB 12 0
109,531 109,531 000000000000bfbd9ad00c99fd31a1934ab4020e31e99b812aaa70f5f3839937 0.00 MB 5 0
109,530 109,530 00000000000167834b10ef1e77eb99917ce126ab669ceeebf49a89a920e4f444 0.00 MB 10 0
109,529 109,529 0000000000007a89e2a12852b64f675fc1b00a57c00aee7123b0eb1aa9f446f9 0.00 MB 9 342
109,528 109,528 00000000000086f4d21d1c8d020c40c60590e1b5cb73c24c0741db3e2bb523d1 0.00 MB 11 0
109,527 109,527 0000000000008cc68b4156fa922b347a96dca799959bceabaf67d30f07e1428c 0.01 MB 48 0
109,526 109,526 000000000000f466703bff44caadce0c259a31e196777c59bff3005440bed4c4 0.00 MB 10 0
109,525 109,525 0000000000000880ed924b74c85a9560c7da8ba54dbf3c06c287f7acbd09d85e 0.00 MB 13 0
109,524 109,524 0000000000015c759ac8fb5b3d1222eedd5be65c43fd4f34d7ac6f32721df809 0.00 MB 11 333
109,523 109,523 00000000000134aef37df055d114af1f3b28b4c649de9b99e49d2de5d464b715 0.01 MB 9 0
109,522 109,522 00000000000127180450c558e4c9e1fb0453cb8ee6d1f9ec28aa45c3e172d4ef 0.00 MB 7 0
109,521 109,521 00000000000060a4e3c0b1b2e71ec70b97091f8062d71aab12ba6aa7eef82e9a 0.00 MB 9 0
109,520 109,520 0000000000019790adca51de9d3f9c6d4f325e8ba1191357551ebcf42466af3c 0.00 MB 13 0
109,519 109,519 0000000000007ebb762a353ead87e25525fe51a6df52c240c14146784721ff67 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.