Memory Pool Memory Pool Refreshing

6,281 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
882,947 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,946 (742,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,773 140,773 000000000000044b606066b5c007a2775dc1fc71b8817396f14f7cf6521d3b7c 0.00 MB 7 288
140,772 140,772 000000000000006ae634263ab6dbd30b8dbf07cd791160ac7cabda70ea2b5ab6 0.03 MB 32 244
140,771 140,771 000000000000032d55aa5ea1bed38bd8d4386bb66378af90486f21a7b3490742 0.04 MB 125 114
140,770 140,770 00000000000003ec0f020610fd414763503c77907eb22fed69b368473ae8ad9d 0.00 MB 12 259
140,769 140,769 00000000000003472d6bbc2c677d526cceba359bd7abad7f013c8ef1fd680658 0.00 MB 1 0
140,768 140,768 00000000000001b99c2df414993d9ee29673f5f6bb9dba4516afe27460025b57 0.01 MB 25 357
140,767 140,767 00000000000000457f28c3cdb091c9bb5bb59c88879e869ffc652079b19fdd3e 0.01 MB 21 160
140,766 140,766 00000000000006008df1c8c103bf85f918e824a93969008ab5c4ef2d70455000 0.00 MB 2 0
140,765 140,765 00000000000001597d1893483d76eff31f6748d28654158bb807671ad2effbec 0.04 MB 101 229
140,764 140,764 00000000000004c2307ae451ec132c4f7833dfd796fb8337bb45db67292b9187 0.03 MB 69 193
140,763 140,763 000000000000073cdd1e1cb1cba8de3688382a02efc66c6eb35ee83e4178405c 0.02 MB 49 470
140,762 140,762 000000000000035851bc2eb619dfa6708f269c1737d2cbd283dd706eabecd6d5 0.01 MB 22 278
140,761 140,761 0000000000000655d6fbf65de7b6e2a9122a8bbc32ea4fd8083bb93aa2327df1 0.03 MB 94 218
140,760 140,760 0000000000000797ec369d11585aa26b48e534bb192f91135d03564492ceb466 0.00 MB 7 322
140,759 140,759 00000000000004243d28daedeae002a632718f5559a012f6aca144644936e0a5 0.00 MB 11 34
140,758 140,758 00000000000007f2ea1a5e801470b44d7b89233ac3cf26e0ed12a8c0eaadedb9 0.03 MB 67 144
140,757 140,757 000000000000024a037d19d8eca9a3bb135c2e5ccab96348e7c4cbe012f520a5 0.05 MB 114 100
140,756 140,756 00000000000000ad01f513e60ad5e6a4b8c3fbb023c3f75c67bc45c080b6e3c6 0.03 MB 94 87
140,755 140,755 000000000000021daf70a63ffdcfa7266712fc4184f702bdf484409247806332 0.02 MB 41 438
140,754 140,754 0000000000000835f86ffd1d25d200a68540e75b2980e782e84ed1d8d0d75b42 0.05 MB 96 118
140,753 140,753 000000000000062b9252c1824f0bcc7bf6bac21e1c901bd64ea6e8c799f33dc2 0.05 MB 125 102
Previous 10 blocks ↓
Total Size: 724.36 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: 2,258.27 GB sent, 84.72 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.