Loading Tool

Explorer IconExplorer

Memory Pool

45,431 transactions
28.86 vMB
0.13492208 BTC
Random Selection Loading Transactions
Max Size: 150.31/200 MB

Candidate Block

Mining Attempt 9c8fba1fc4389193219f9653e5fc831df9403fe91c929a724c8e4fcd05b099dc
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 68e7f3b8a0bf7363fe6e3127e341605797ae8c94db736f496ff07d677f2b9d28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,615
Size: 1.00 vMB
Total Fees: 0.03827131 BTC
Feerates: 100.25 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (123,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,828 790,828 000000000000000000023d3471d36768a2f3fcc7887f941f711d6d0867c290aa 3,428 1.00/1.00 vMB 22
790,827 790,827 000000000000000000028a6e01ad99705343eea1ff85e43aa580bbae52a3a8ab 3,081 1.00/1.00 vMB 32
790,826 790,826 000000000000000000001de7d5d570b2044401fb4b630fdd70e3537659a55057 3,078 1.00/1.00 vMB 63
790,825 790,825 0000000000000000000579da12446c4d6be5acbf6a3031f229d50ca00dbc4bcf 3,633 1.00/1.00 vMB 40
790,824 790,824 00000000000000000002509aff9ebd4dd3684d656e4715eecdb18e69002fbdfd 5,744 1.00/1.00 vMB 21
790,823 790,823 00000000000000000003dd491095e17cd8ea349b9172645ae99d8b3855fb1598 4,486 1.00/1.00 vMB 24
790,822 790,822 000000000000000000038480165de670cc336449e8062a797bc002cad27deef5 2,920 1.00/1.00 vMB 34
790,821 790,821 000000000000000000016b672dff13a67c97bfae1d033d4b2eb518812c0ae854 3,091 1.00/1.00 vMB 56
790,820 790,820 000000000000000000007b00dec0a47b2a9a2e7a6140f9c993b594b9fa4c3f4f 3,131 1.00/1.00 vMB 56
790,819 790,819 00000000000000000001752479bdf9ae733e0866ace9f336f68ed02cdc75c5f3 3,156 1.00/1.00 vMB 61
790,818 790,818 00000000000000000001b900846779975d1f297c57d03c66ee98000855fe2c61 2,835 1.00/1.00 vMB 78
790,817 790,817 000000000000000000007f28ce7a9fac0324382a5b2dffb03c9af6316b34e5cb 3,184 1.00/1.00 vMB 27
790,816 790,816 000000000000000000041354a6ee3fb635f49564378a85b57c478de30879aea0 2,213 1.00/1.00 vMB 59
790,815 790,815 0000000000000000000557722d7886c103a1d288ffb7d3b3c9ac35d3c79e9889 4,403 1.00/1.00 vMB 24
790,814 790,814 00000000000000000003a4c70c2038929ebf0c6a57de2b13b6cb7df7987c0f7a 2,376 1.00/1.00 vMB 25
790,813 790,813 00000000000000000003b1d7011977b4970d8a6810b6b71d2a88aa94743f70f7 2,478 1.00/1.00 vMB 33
790,812 790,812 00000000000000000002dde7cd1abaceb964f2eb4b68334c40cee0ad4f873ab0 2,898 1.00/1.00 vMB 48
790,811 790,811 000000000000000000027d726207f52d1117bda6ef2190d0ffe0620f468df3ff 2,821 1.00/1.00 vMB 37
790,810 790,810 00000000000000000002b06a1bf597213d3f1ccada6e7b3b8897efa76c9a050b 3,081 1.00/1.00 vMB 32
790,809 790,809 000000000000000000035c0379ea14d9fe69a5abb69bce96d54d52beccdffb4a 2,626 1.00/1.00 vMB 72
790,808 790,808 0000000000000000000034df4b737147465987c33e8768a4a1e2af4b1236594f 5,354 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.01 GB
    • Received: 12.64 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.