Memory Pool Memory Pool Refreshing

6,571 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (823,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,651 84,651 0000000000269f13f63690b3aa9523bf667ddbfba1c49e12e3680b0539c6d76d 0.00 MB 1 0
84,650 84,650 000000000020d5100b2ceb95f7f0c387f9ae2504431c7ef28f64623f48111d7e 0.00 MB 1 0
84,649 84,649 000000000014f685221470d3a4d75be86906ccc58675ad553e8054054119ce6c 0.00 MB 1 0
84,648 84,648 00000000001eac58ae089daaa8fc000308c2f766c2b6a26bc440995b83e17872 0.00 MB 1 0
84,647 84,647 00000000001d47fd4682a702ed41e8aa94b43199963e2b7e79a2f47440abf739 0.00 MB 2 0
84,646 84,646 00000000002c6a0e028dacfd819588d82b1ada6c2256d6696234ab5c612fc4ae 0.00 MB 1 0
84,645 84,645 00000000000034649c5c79ba99741ead803daf160f131ed238467a70c9ec0775 0.00 MB 1 0
84,644 84,644 000000000013a73206a89646237cd86d6a7f052cc4695f2f19920eb530e153ec 0.00 MB 2 0
84,643 84,643 000000000007626561d56a0fdbca112ca5ea54a385c91ec60b388ae2c5e9a3dc 0.00 MB 1 0
84,642 84,642 00000000001488cfca70b0269fcffd6285322e761993942705e1ccb45af274b1 0.00 MB 1 0
84,641 84,641 00000000002243933121451e0523fa5287ad1ac75da556a9877a8df7bfe87384 0.00 MB 2 0
84,640 84,640 0000000000200c0acad167e0a1e50a5e6fba51ad205ef62f9b24195bddea8d86 0.00 MB 2 0
84,639 84,639 00000000003165bd2062a850706c4b5ecaae6bfbcd450f8b3f8131b6051b4bee 0.00 MB 1 0
84,638 84,638 000000000018bb1974c60eab899774d925b7faef0c68ac5996e571418c5528ac 0.00 MB 2 0
84,637 84,637 000000000014acb43664d947c7d8f7c648dce9ea4bf4a5501e1b7ed52093ba70 0.00 MB 1 0
84,636 84,636 000000000017bc1650568527e5a87effdb995bc2c9a9224b39bee77b080e1234 0.00 MB 2 0
84,635 84,635 00000000002266bfd1d9227986cae65c6c73c7bfbf556484ec0eee47c129a135 0.00 MB 2 0
84,634 84,634 00000000000e87727284c3bcc5523d58b2879788406c8c3a86bf19c466c28620 0.00 MB 1 0
84,633 84,633 0000000000122f98f3cece5118cce152afa0dd7bfdb1c489f2e786069743ddde 0.00 MB 5 0
84,632 84,632 00000000001b8c617e601a6de17dd633bbc85a051330fbde2501feccd1795c66 0.00 MB 1 0
84,631 84,631 00000000001b321e90e692395024762a480d9b63c144321160e9df77257b4105 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.