Loading Tool

Explorer IconExplorer

Memory Pool

41,309 transactions
31.54 vMB
0.08552838 BTC
Random Selection Loading Transactions
Max Size: 158.12/200 MB

Candidate Block

Mining Attempt 7151ae0a839ca80837e5ab3498de3892c64908f8208e6f89a5d996303e9c4116
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 7fbd39d370eac17b11233bc5499dada526f858cf0b4a1d70f559c617bdbddfea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.02062675 BTC
Feerates: 101.13 > 2.07 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (242,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,828 671,828 00000000000000000005ebdefcb9280abb6156355c997f2b70f077df44bc89bc 2,676 1.00/1.00 vMB 152
671,827 671,827 0000000000000000000c6fabdcbb6366273d7f3e52bf836ec70bbbac62a24a34 2,937 1.00/1.00 vMB 144
671,826 671,826 00000000000000000009c6e33400a729d5659e68d652b91b1fff289415428b77 2,375 1.00/1.00 vMB 162
671,825 671,825 0000000000000000000c5b25acb9343865481801046292a8bb51006419d9fef3 2,545 1.00/1.00 vMB 140
671,824 671,824 00000000000000000005c5ac513d8fac1ee37db8a7ba79c677b17667e321a03c 3,074 1.00/1.00 vMB 169
671,823 671,823 00000000000000000003a340858d1e1c0ba4e74739369f4d4be384f1ac8676fe 2,271 1.00/1.00 vMB 149
671,822 671,822 00000000000000000002123d1aa34ce36485316a27d055dd2696465bf5ae8a05 2,035 1.00/1.00 vMB 149
671,821 671,821 00000000000000000003ac5fb53363c1a109d8b378e6eebbca24755a4d0b2b86 238 1.00/1.00 vMB 135
671,820 671,820 00000000000000000009a071f35550c81136cfdc9617c4d14768871f42966936 2,859 1.00/1.00 vMB 159
671,819 671,819 000000000000000000061788ff6e90b00a5a2a86b561a227c322990c4f1ef46e 1,668 1.00/1.00 vMB 125
671,818 671,818 00000000000000000003bb424dd17b307e87610acb6c623a8911a8d738114961 2,485 1.00/1.00 vMB 137
671,817 671,817 0000000000000000000adbac4cc50a2de2ee01b78e1f5eec0ec9e221f9e86bbf 1,695 1.00/1.00 vMB 105
671,816 671,816 00000000000000000001b99bc2ff04b574427712948a05d0d9563dca86071a73 1,578 1.00/1.00 vMB 133
671,815 671,815 0000000000000000000b4979cd7e3949aaa207f81796949d99777c3c42460450 2,776 1.00/1.00 vMB 150
671,814 671,814 000000000000000000049e45d705497cf06f5c74cfd5687728c0c2c85bb86c80 2,807 1.00/1.00 vMB 151
671,813 671,813 00000000000000000007a6456072f7db40e7f8c14ec9541b50cd6ebd8923f639 865 1.00/1.00 vMB 131
671,812 671,812 00000000000000000003c72acb343ca9011aef527d65d1f32e9af9b11e9c0db0 2,935 1.00/1.00 vMB 133
671,811 671,811 00000000000000000006c16fd3453143ede67f42c5d0d0b50026fe06487a8a60 2,537 1.00/1.00 vMB 152
671,810 671,810 00000000000000000001a1f16fc6223e6e6a33cd0b1a7bbebaa87c8ee9b24906 2,870 1.00/1.00 vMB 154
671,809 671,809 00000000000000000006fd23dc63a20cfc234d24449d6dad38107535fb438093 2,462 1.00/1.00 vMB 140
671,808 671,808 0000000000000000000221dcaff5adb6b56fff76ed7fc90435529d9e0867f9a5 2,680 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

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