Memory Pool Memory Pool Refreshing

4,654 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,458 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (183,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724,295 724,295 00000000000000000003cae9e9b26e3c119aba73f5f3cb580e97c9acc5eb95b7 1.75 MB 1,739 6
724,294 724,294 00000000000000000005a4107cf6e2d8259d02d60042c2aea4c17c16e88ba006 0.48 MB 524 9
724,293 724,293 0000000000000000000361158b3a1f9ed7db61805ba176e5d2de50e974a9fa1a 1.21 MB 2,053 11
724,292 724,292 00000000000000000004d8ebe442a21481e281bdc563dfe4e87304e5dfef8167 0.42 MB 628 7
724,291 724,291 000000000000000000011a2913b23959799d55c808e73ee6a6f888bbc52329b3 0.64 MB 670 6
724,290 724,290 00000000000000000007452acce08604c49107827e18a7281b11f06506cababc 0.27 MB 375 4
724,289 724,289 00000000000000000009119b88dc35c0f9684d42c297b1077b68f0ac4eeba11f 1.63 MB 1,683 4
724,288 724,288 000000000000000000012f489cbd86aab4f0609a83e2addb24e97d2374917140 1.54 MB 2,280 6
724,287 724,287 00000000000000000001a0bc18a17a783579eca53a511bca5e1e488d2ee0cde2 1.57 MB 3,115 7
724,286 724,286 000000000000000000087633a22c8faeb874c87e203ef7e5bfc94f3a409b5a2e 1.30 MB 1,686 6
724,285 724,285 0000000000000000000344e2e8e6f20a23aeaf67cf19b46eebcb86f2e4f28ce4 1.55 MB 3,516 3
724,284 724,284 00000000000000000002265b385ad880417ebea25e6f244251c091a610a9e1b4 1.54 MB 2,794 10
724,283 724,283 000000000000000000051c81f70dbd35bdd22733772f2f473359cb3fbc67d31c 1.47 MB 3,039 15
724,282 724,282 00000000000000000009dd4429393d6ac5cb1f466058e0bc25b58342462b4027 0.14 MB 274 7
724,281 724,281 0000000000000000000967dc67b4267e4d79b5ac6d8483962e99c79f6073a7e0 0.17 MB 318 6
724,280 724,280 00000000000000000000cc669e7e5f235c2a38b470fea1acb308cbb245ff4739 0.62 MB 971 6
724,279 724,279 00000000000000000004e432aa38b2bd29f97344a01caa08fcf72be5ec031ebc 0.18 MB 255 4
724,278 724,278 000000000000000000071c76bcf424a4281b9cb42c416eb2582003c642671e20 1.62 MB 1,824 5
724,277 724,277 00000000000000000002153a6141dd9dc2b63a4034750bcf2def23fafaaf3ed0 1.61 MB 1,487 4
724,276 724,276 00000000000000000006ef3251a73cf2eb10e99315f68dbce043c1ee3e751458 1.14 MB 541 3
724,275 724,275 000000000000000000012f24778617ead16b5949f8bfc4d4297a3b202268b782 1.40 MB 1,939 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.