Loading Tool

Explorer IconExplorer

Memory Pool

79,029 transactions
30.17 vMB
0.11941246 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt da15b1444cbc046b1b7eadf06d62e99f9cb509877533d4327376fd340ae686c4
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root dc5c39e17a1d4f3e6e767b52f8904053d1c19d3fbc80f4b69517f8b40bd8f10b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,320
Size: 1.00 vMB
Total Fees: 0.02885182 BTC
Feerates: 109.82 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (409,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,605 505,605 00000000000000000039467f1d7d23d8942c3dc6d0530adbbbaeb6025c1db542 2,003 1.00/1.00 vMB 209
505,604 505,604 00000000000000000053bd2b58576d394b8b5a6bfce27cd039a694b8a505f7f7 2,409 1.00/1.00 vMB 221
505,603 505,603 0000000000000000004647e97e20a19f3135228e453fa9a882b6b71c4deb1b78 3,136 1.00/1.00 vMB 326
505,602 505,602 00000000000000000067926e2b18e760122357dbc8d37d98010162108434b6e6 721 1.00/1.00 vMB 73
505,601 505,601 000000000000000000757b25396e4ea28f4904fd6b56a2066e7e9fff7a5904cf 1,332 1.00/1.00 vMB 110
505,600 505,600 0000000000000000006c080453eb4de11f9032bbb5be985ceab695e832914bc4 1,204 1.00/1.00 vMB 59
505,599 505,599 00000000000000000074e3d68768c3ff9b6f1b63d2c4f1e6db315ebf19c8d9b3 1,883 1.00/1.00 vMB 202
505,598 505,598 0000000000000000006fb0f0278412ed5e39d4239a9d8ec0a9861200ed5991b6 1,436 1.00/1.00 vMB 125
505,597 505,597 00000000000000000003c8294219d23535c4a516625cf331ee12ec07592cd88d 3,252 1.00/1.00 vMB 302
505,596 505,596 00000000000000000078bdcdc81445cec87797130ac4360d9cf29f37c48d43cd 1,558 1.00/1.00 vMB 126
505,595 505,595 0000000000000000006ef95ebc4b0af742db4a26a9660194509e73060ad78a5b 1,488 1.00/1.00 vMB 129
505,594 505,594 00000000000000000079b681e4e77ac0498c616c1b68585b54fb8749ecf863e2 1,932 1.00/1.00 vMB 144
505,593 505,593 0000000000000000005a73beb718f72f1b5723061a91f4f28c6227d57410e98b 361 1.00/1.00 vMB 60
505,592 505,592 00000000000000000009ac24681b9a112c6d8c51fe58764bcbedafe3dc61407d 1,034 1.00/1.00 vMB 176
505,591 505,591 0000000000000000006cd4d33c4192203203977dec5325ec5b88f2d0f68cce35 941 1.00/1.00 vMB 77
505,590 505,590 0000000000000000004231558e9b13117912fda00011988ee016700006b3a76f 1,809 1.00/1.00 vMB 186
505,589 505,589 0000000000000000004656352489e37f447c4b0a5cb0942fe1500401833190aa 1,762 1.00/1.00 vMB 115
505,588 505,588 0000000000000000006e5a58ec162f74d588f346724ca91752e0fc39186c1a34 1,573 1.00/1.00 vMB 208
505,587 505,587 000000000000000000727986daa00511da13e5d8a911ee0a0348cef6cd8d88e2 2,717 1.00/1.00 vMB 286
505,586 505,586 000000000000000000469479ac89f81e59f19dd0b480912ee9f0121117359b78 1,974 1.00/1.00 vMB 338
505,585 505,585 0000000000000000000e4c855903fdd41e0d2276db31b3e1d609fc6849c44ff7 2,067 1.00/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.