Loading Tool

Explorer IconExplorer

Memory Pool

20,928 transactions
9.73 vMB
0.01787346 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.55/200 MB

Candidate Block

Mining Attempt fa2488eea5789b917c02157fd88f5362f18eba873094dd46e376d9ed53c2ce76
Version 20000000
Previous Block 00000000000000000000703ffeabd81e5cc10a77bd60cb73929d573b3ae6f1c8
Merkle Root 44acc8a8d33d3521c18fad99279fa4852f85b6cc53d7673ed6b7a913299bb30e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,155
Size: 1.00 vMB
Total Fees: 0.00256266 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,560 (754,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,859 158,859 00000000000001a8987f2c3a6ef2fa0db4702ea536d21453e3630b3f5030df0c 23 0.01/1.00 vMB 65
158,858 158,858 00000000000009b4d003e8bec08df5a8558365257cce77a3fbd245109091245e 13 0.00/1.00 vMB 0
158,857 158,857 0000000000000ae184b65294cf54c3b72757e9fd2644925d27a7beeb3fe6d54f 75 0.03/1.00 vMB 80
158,856 158,856 00000000000004f69926c7a9eaef0b6279954f84343bd6fc410e6318b99d14d9 11 0.00/1.00 vMB 0
158,855 158,855 00000000000003fc6ad783ac971d9ca8210f830e049f66454bef11be50a5860c 12 0.00/1.00 vMB 0
158,854 158,854 0000000000000d4415d9ae7627c980753be277d93680dd9dcc22518c529ca6e0 22 0.01/1.00 vMB 9
158,853 158,853 00000000000009178209d46b09424e8aa92bbff387cf6305d92cdd74ac704829 13 0.00/1.00 vMB 0
158,852 158,852 00000000000004dbdf4c2151b0b968e0443f9b3d4b29f962d5dd395073179d35 22 0.01/1.00 vMB 26
158,851 158,851 0000000000000cc056d1ee834c994f87f4d03b4e2a62f869fec8ad70a3337254 13 0.00/1.00 vMB 17
158,850 158,850 000000000000052f5b04d6843f9d41b8e5765d0045f85e2714f553e619727959 45 0.02/1.00 vMB 66
158,849 158,849 000000000000080bd1247b9d96a0f6ff086cb2fad276061e44a0b6b9266ae06a 58 0.03/1.00 vMB 324
158,848 158,848 00000000000005bb83659e7b76e863d3d90a54b6a0baa8361d6944696f82e162 1 0.00/1.00 vMB 0
158,847 158,847 000000000000020bdb39a879d9dffa0bdf4a1d998000646db83eeac7d21e9580 8 0.00/1.00 vMB 0
158,846 158,846 0000000000000664ca30aa6e5fdd07284a284611ada6f5149f5fb711481e6453 29 0.01/1.00 vMB 194
158,845 158,845 00000000000007d4114ded9edf9d4773b2d8e3ad5c811bb11240ca01a3d3cccf 15 0.01/1.00 vMB 337
158,844 158,844 0000000000000156f2586a523d568eac0781a98941f0bbb77d39ed6b1add09be 11 0.00/1.00 vMB 69
158,843 158,843 000000000000044e6a41ae4c78e904f230fd6c2b9e09f643e79a96ed62dc2b1f 4 0.00/1.00 vMB 100
158,842 158,842 000000000000080b625163d209fb3be5a4a745c834343735cd52759d7f0f73bd 80 0.04/1.00 vMB 20
158,841 158,841 0000000000000409c5728f20b3fcc493c3f76ab2f9ad816ef0bfb8903462f78f 9 0.00/1.00 vMB 588
158,840 158,840 0000000000000835eb25d54b2526d524a72f7f77ecef3c2b7ea0df33d1b00994 23 0.01/1.00 vMB 16
158,839 158,839 00000000000006f8524814b47bfad6eb501ad3a4e41ed4fd29bff58ba7f4189d 2 0.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 779.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 425.55 GB
    • Received: 2.30 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.