Memory Pool Memory Pool Refreshing

19,043 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,148 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (814,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,484 93,484 000000000004b49235faf18b3be80bace4d238ed35c0ef9fc801d8c2f2e984b9 0.00 MB 1 0
93,483 93,483 00000000000270074f6f452a5cb4b66d08c22d56fe00fcf6db5ddf6a50c80238 0.00 MB 2 3,875
93,482 93,482 00000000000276864b266c18f8c4fc5c8633f78b5bf25530cc11fdc787b47047 0.00 MB 1 0
93,481 93,481 000000000001f85a66beba130e4335cfde8954c08af86e7d5cecd3a2c407a391 0.00 MB 1 0
93,480 93,480 0000000000089477e7f0c22f318702f70eb23781c7cb1024c26a632cbf416e84 0.00 MB 3 1,941
93,479 93,479 000000000005727d4c56e9dc73c5f2e3d27958bc08046ec010319e5a35fe45b1 0.00 MB 2 0
93,478 93,478 00000000000520037a29ab2763a4bf61617ed392d8dc2f76f42bb7b2ac573a36 0.00 MB 6 0
93,477 93,477 0000000000057aa30642b44c5f5e054bb90d3dfb49c7dd9e05efa3a4784edc8a 0.00 MB 6 819
93,476 93,476 00000000000471e9e06c231210cbfac9a8b5a2a27032f79f20456e8622ac499f 0.00 MB 1 0
93,475 93,475 000000000004ae3d999bf2b8f0da86ed211e2aa27b49df64d07123ed0bf68a8e 0.00 MB 3 0
93,474 93,474 0000000000065da29ffad181dd0d17d72687789312db025988085ebea36fe55d 0.00 MB 1 0
93,473 93,473 000000000004ae313b5006f28097fb71bbc75ea8e0a67509b59a67d8e4ffc827 0.00 MB 3 2,398
93,472 93,472 0000000000006c9b897f35c718c3a19ab9a03c3a7a76abf11cda43d545d0d213 0.00 MB 2 0
93,471 93,471 00000000000538f8de1e13fce991a79f4afbbc5838d2bd093f0d57260b39b64f 0.00 MB 1 0
93,470 93,470 00000000000084ea2e7ca276d6bdd0236041670d741edf195229fa6e805b05ad 0.00 MB 2 0
93,469 93,469 000000000005bbababcda6a91caa09bc529707d540074d9e5d30a2b8c88bcff0 0.00 MB 6 1,728
93,468 93,468 000000000001ca6fccff3d73371b4874a3b58d94735ce52ad47ecad0dc651899 0.01 MB 4 0
93,467 93,467 000000000002a7856c0a90ad6df344204ba9b886b52ebd524058a312eac5c309 0.00 MB 2 0
93,466 93,466 000000000004c63da956a6d8b32bc8684ee365c6c222ea81c061083098a4f866 0.00 MB 4 0
93,465 93,465 000000000009226d30e0366d735643495311e899f464c0fac6000b4cfddef8fe 0.00 MB 1 0
93,464 93,464 00000000000726b172412a340ffc89aae3631829c2ddf789ca56b4367421335d 0.00 MB 3 0
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.43 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.