Memory Pool Memory Pool Refreshing

5,784 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,752 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (765,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,642 142,642 00000000000002730419cfa56d2e29c6686ed99a4f9da79392b4cd854b09e45c 0.02 MB 48 35
142,641 142,641 000000000000080ced3f3e62577afca380a9470ee15e29e41e10cc6b54a7d03b 0.01 MB 27 78
142,640 142,640 0000000000000807bdd948c3198ba6c2eb0ecb710928155e97290df2b184256b 0.00 MB 1 0
142,639 142,639 00000000000006c7b6bc81b159f7867ad369a25adf1dcce96de51e0d1bc72d76 0.02 MB 2 50
142,638 142,638 00000000000000746f28683782a2e023f5f3c7a53458be5bf2240bfdbadabda9 0.00 MB 12 16
142,637 142,637 000000000000011766852cbe248bc0debfb052f8866244dd5f69a3f4a1bba5f5 0.02 MB 43 146
142,636 142,636 00000000000000649e4dcb16d51e1c88c1ced60fd869e4117c987d2030401681 0.04 MB 76 222
142,635 142,635 0000000000000943676c6c2483ece58b9be96007597c21d020acf1d48dadd427 0.01 MB 9 11
142,634 142,634 00000000000003c6fe31706f03267653a723f997c7987c5592581210e58089bd 0.00 MB 14 70
142,633 142,633 00000000000003052fa4bf88e541c7e4c2445787a439c87a1b4dcd64345c5be4 0.01 MB 22 150
142,632 142,632 00000000000002e7e0d2198b3ba8229048438868d15d4745a039f5eb6255d3e9 0.01 MB 19 141
142,631 142,631 00000000000003c721370f17203829f945491e36a7a38a28c7e97bdcc00d68cd 0.02 MB 45 80
142,630 142,630 00000000000007580a916d619dc909037682ab851b5529c7e5afbf6270520030 0.04 MB 111 74
142,629 142,629 00000000000009004852481fe4afd6214d089f10f43bd52579c002fdf152f903 0.00 MB 3 10
142,628 142,628 00000000000001c570b945541100c0ff0a04449475fafcd8c3d237d4e61b4a39 0.01 MB 31 312
142,627 142,627 00000000000007664fadff938474752a43f16b6f9304398ed4729c6e28da1e93 0.00 MB 2 194
142,626 142,626 0000000000000324fc4102f1f309ef23790ebfa7279b0df7ee466e90452436c7 0.00 MB 5 0
142,625 142,625 0000000000000383ad5eae5815f5b65d3e102e79b22cdece2d2867f9d9cfd27c 0.01 MB 20 55
142,624 142,624 00000000000000abccc009cbd2769736b0687f408f9c271441e706eba79b1a3e 0.03 MB 68 210
142,623 142,623 000000000000079e848a95192f6fbf629555e518704f6441f049477ec55e545b 0.02 MB 89 105
142,622 142,622 000000000000094a48f7c2fcb3e9742b34c8b0340adbacdc6220f6c489050644 0.03 MB 61 165
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.29 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.