Loading Tool

Explorer IconExplorer

Memory Pool

78,732 transactions
29.22 vMB
0.07865817 BTC
Random Selection Loading Transactions
Max Size: 174.82/200 MB

Candidate Block

Mining Attempt 3012ad107ef8638dc681446d1c7580c5e1a7235d63de5155db1b236d86dcb4b5
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 25abb79d0e508da1851a49e7a1438277cdaa9f01e1105a27401fde8238aba289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01934349 BTC
Feerates: 150.77 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (182,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,051 733,051 0000000000000000000861c654d83a9175e0b599828e9221c0c9f022c40a3550 1,572 1.00/1.00 vMB 9
733,050 733,050 000000000000000000042eda48875c6afb0b7b42d20368a206374a26f4441c9a 2,980 1.00/1.00 vMB 15
733,049 733,049 000000000000000000086303c887c762add6807401ec5ece48c3de2395b8ddd4 937 1.00/1.00 vMB 8
733,048 733,048 000000000000000000088f87a235bd41ee74b270ccba09d0c9deebd2c20b23ae 2,877 1.00/1.00 vMB 14
733,047 733,047 00000000000000000006fc7b269d0fdc9af2c7e8a07c057eed3526deaba93208 3,287 1.00/1.00 vMB 8
733,046 733,046 00000000000000000000cdb38d5ed739992eb72d53e3eb846596696af6d5ba51 1,181 1.00/1.00 vMB 11
733,045 733,045 000000000000000000007115b4a3f37dfde1069d4d6d563fb479c590079232dd 2,736 1.00/1.00 vMB 20
733,044 733,044 00000000000000000007e2dd5ac4307a695e65f1506b6563cb2173dcee9d3e7a 2,892 1.00/1.00 vMB 20
733,043 733,043 00000000000000000005e2e4a70c12a851cc8cd4fe23361e41b893fcd0080841 2,343 1.00/1.00 vMB 6
733,042 733,042 00000000000000000007e9a680a162f7e4ba470efc5df5721bc4eb58ebdb2376 3,579 1.00/1.00 vMB 8
733,041 733,041 00000000000000000008b557fc9df6337f8b6b1693ee0b41f8fbe479894a81ef 2,071 1.00/1.00 vMB 13
733,040 733,040 00000000000000000009cc62b01275ec4d9323fa7e4d4b085ba2a2477b786c3d 2,189 1.00/1.00 vMB 22
733,039 733,039 00000000000000000006577207cfa6e491abd5e95241b7f0640ffe8e0718b67c 2,821 1.00/1.00 vMB 23
733,038 733,038 000000000000000000031370163c61d9d60cbebd5d33ec969d181fa294e89329 2,839 1.00/1.00 vMB 21
733,037 733,037 000000000000000000082803d69edd7cc10cd7d37147dd2ad2875c8240358e12 3,037 1.00/1.00 vMB 13
733,036 733,036 00000000000000000008c8908d2f3e76c77f8b476060d8f26f7a3b2e2627f11c 3,436 1.00/1.00 vMB 6
733,035 733,035 000000000000000000048e486ab3d8428c526a66734bdf0132121ada064edd19 1,685 1.00/1.00 vMB 12
733,034 733,034 00000000000000000000610013dc5ded2000718d05812bccc7c4a54d3e52e6df 2,223 1.00/1.00 vMB 9
733,033 733,033 0000000000000000000265d6e6ce041f03c9418c8a3275cb8db332901bc7554d 544 1.00/1.00 vMB 10
733,032 733,032 00000000000000000005a0ae95c1e39ae39af9f533c7dc8438f518466ad6754c 994 1.00/1.00 vMB 13
733,031 733,031 0000000000000000000887084b3a6d1ce7eef7a9da3e04265c7bbb76b134246f 2,991 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.