Loading Tool

Explorer IconExplorer

Memory Pool

85,438 transactions
31.87 vMB
0.20571111 BTC
Random Selection Loading Transactions
Max Size: 190.63/200 MB

Candidate Block

Mining Attempt 6f398c4329a7f24fde746a0acd9d7e1b3ca66e32c8d66a82460e27b0ac53cd4c
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 956e7f672c34d8bd2d70165e1c0bc1d600cd3c1b7538cca0dece58b73a55fbf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.09307485 BTC
Feerates: 529.10 > 9.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (400,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,732 514,732 0000000000000000004581d940ecfa0995ccfb9f1d767138f37e1b17bff45e5b 1,605 1.00/1.00 vMB 18
514,731 514,731 0000000000000000003eb26341be107a2c8335958d1f92abda9f29822f1512ce 3,092 1.00/1.00 vMB 40
514,730 514,730 00000000000000000006bda9393b7108f1821a7f351ac674608ee86f415fd49b 1,007 0.50/1.00 vMB 9
514,729 514,729 00000000000000000013bd968c85c9a7df268ddb77c658048661d7c3ed347a53 3,100 1.00/1.00 vMB 29
514,728 514,728 0000000000000000000b58dc167be0675ef199406332c0a8b619b9508c839137 1,644 0.63/1.00 vMB 39
514,727 514,727 0000000000000000001da14ec12e8a419cac505e03c419cba2b63ea2aa0cbcaa 2,350 0.97/1.00 vMB 43
514,726 514,726 0000000000000000002c6320aa2d402d0e630c0dc86576e7d633e264eb1d94bb 1,550 1.00/1.00 vMB 5
514,725 514,725 0000000000000000004c37d3e458ea02cfe7fd702baa256eef6d06a617a7f188 2,482 1.00/1.00 vMB 44
514,724 514,724 0000000000000000002947eae8fa09ef96bbab8e2e49f6117f1946a771962711 721 0.85/1.00 vMB 8
514,723 514,723 0000000000000000001dff78d8df8d1ca1ac9726cb239b26beeea059b4e21211 609 1.00/1.00 vMB 15
514,722 514,722 00000000000000000003ab0587298c368df4b9e89ae82756fa31c3606b5335ce 974 1.00/1.00 vMB 10
514,721 514,721 0000000000000000002cf5c699676496b18dea6c3672cd4b689500f23d1405af 2,392 1.00/1.00 vMB 13
514,720 514,720 0000000000000000003a72605c6f5309b90563bd1526760c908e157fc47b5b14 3,124 1.00/1.00 vMB 14
514,719 514,719 00000000000000000047769fad477383a16875655c6635621b2680091c32425e 2,364 1.00/1.00 vMB 50
514,718 514,718 00000000000000000032df46838ba2ddf4a5a1ec0607f74b564bccb09afe09b5 2,819 1.00/1.00 vMB 10
514,717 514,717 00000000000000000011e1e3b3272cc97494f6cbf961256713446d36cc7beb49 2,322 1.00/1.00 vMB 52
514,716 514,716 00000000000000000015248cd49535b9ee1a7c2e38aba7e1a10ceaa0b090ae3d 1,267 1.00/1.00 vMB 4
514,715 514,715 00000000000000000008560f44155d51ad0d9c215fc566d63f9e6b6704332451 2,195 1.00/1.00 vMB 8
514,714 514,714 00000000000000000024c46107ccea82d9fd4b9bbdab5dc64aab848e8d0c24c7 2,034 1.00/1.00 vMB 19
514,713 514,713 000000000000000000009cab41924384b0e4ea27a7831540e46be20bde2c4cc4 1,753 1.00/1.00 vMB 8
514,712 514,712 0000000000000000002228bb3364669f446aef3e268888767a5848a9422017c8 543 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.