Memory Pool Memory Pool Refreshing

4,562 transactions
1.33 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (65,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
842,148 842,148 0000000000000000000130c479e9afbcc13f03ea59ce119ed102643b538ba5c6 1.52 MB 6,065 30
842,147 842,147 0000000000000000000074ed0f0f5575f9974c0eff3454f376cf67450ed9936e 1.49 MB 6,166 31
842,146 842,146 00000000000000000001b15c525ff432ed4a65c5108600f861b8053c9a712a76 1.48 MB 5,775 29
842,145 842,145 00000000000000000003070b580a25304b5021f34390cfc63b678e80af4c175c 1.50 MB 5,740 31
842,144 842,144 00000000000000000000b67f163d28674a745efe6315e93d7a90fcf3d6a1a56c 1.22 MB 2,892 28
842,143 842,143 00000000000000000001e21cc06fb81cfaade4b9f90580887bbeab5d10070919 1.32 MB 5,202 27
842,142 842,142 000000000000000000023bc2775ecc623608b3a83586ec620146da0b6ce70e1b 1.44 MB 5,863 31
842,141 842,141 00000000000000000000ebf759909d976c1d20f56b268a7a5ed4dbf756d0301f 1.43 MB 5,832 31
842,140 842,140 00000000000000000000ea8e7dbc90a3ecf8b8a542a99e96e8a7c7cda7fd1be6 1.42 MB 6,382 29
842,139 842,139 00000000000000000000ab3a7bf1c0fe96fcb9b12096df1d01d28a6a8942d720 1.41 MB 5,595 32
842,138 842,138 000000000000000000019bd2aebcf334409e10071a174fdf8254f3eb67171e78 1.28 MB 3,865 28
842,137 842,137 0000000000000000000321537aafd0c2a92bb367df4bc0625bdb207c1284d30b 1.34 MB 4,015 27
842,136 842,136 00000000000000000000a11fb2eaf1bbd9816e19566ba73a007e2a45eb092af6 1.35 MB 3,433 29
842,135 842,135 000000000000000000012484449d545dcfb6f4e6cd613516e5b2481629d2fc1b 1.36 MB 5,752 29
842,134 842,134 000000000000000000000e6ce68f971b93bad2be6a8f53ea846af725fddfdf48 1.48 MB 6,701 30
842,133 842,133 00000000000000000002e060542c72ba51c78dc348f24316ff0abacf43521d4f 1.47 MB 4,981 34
842,132 842,132 0000000000000000000234cbf83520b142d4116047976be2dc20cd1139f77282 1.42 MB 5,279 32
842,131 842,131 0000000000000000000245fc72e2f2197cfb9f523811fee79e003802f1cd9a91 1.43 MB 4,157 30
842,130 842,130 0000000000000000000187a8fa2f190f43cd7c67c992300f31d479de42e298d1 1.43 MB 6,011 30
842,129 842,129 00000000000000000002e1122c81a9b15402881afb1b73153e4137ba99da60b3 1.44 MB 6,476 30
842,128 842,128 00000000000000000001f0112092b9c3312bf416496cd8abcda1c9af63206506 1.61 MB 5,524 36
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.