Loading Tool

Explorer IconExplorer

Memory Pool

70,667 transactions
26.78 vMB
0.07447636 BTC
Random Selection Loading Transactions
Max Size: 161.10/200 MB

Candidate Block

Mining Attempt 504e5c22b78ddc73b2c2dc51d50f26a92434b23180d257ebd1b5ca85f4b88871
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root f04b1e75c396e4438b1ad3c29b84ca64e3bd37ab95278674f58b2d2c2f4da3b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.01722864 BTC
Feerates: 136.43 > 1.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (24,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,531 890,531 000000000000000000001e54021baed6ecb330b1acceed335ac70f8d56b1618d 2,312 1.00/1.00 vMB 1
890,530 890,530 00000000000000000001e43d240f347783ec6014d4288865de9d46d71ee34d32 3,279 1.00/1.00 vMB 4
890,529 890,529 0000000000000000000017deb27e105bae1710bb0f84ff0bba23d3a2f37358ca 3,847 1.00/1.00 vMB 5
890,528 890,528 000000000000000000005a390ab9d0d10f69ab96fd3e02dcd0de6bbc2f3d7b40 2,638 1.00/1.00 vMB 2
890,527 890,527 00000000000000000000426881c7136a86aa27f338b7f13e9144c318297721ae 3,563 1.00/1.00 vMB 4
890,526 890,526 000000000000000000015f676c368b7e6a0125cdd1410821e0f07143f73e5cd6 318 1.00/1.00 vMB 1
890,525 890,525 00000000000000000001a34a9cadfcaa406ea93bbaa4fe99cc0739e9677cd4bf 3,002 1.00/1.00 vMB 2
890,524 890,524 00000000000000000000466d8c25616b742fb05fac2f92137bd48eb11f71fcf4 2,175 1.00/1.00 vMB 3
890,523 890,523 000000000000000000020875b6049fe884c8e60e527d59cb01581d2dac9c920d 2,455 1.00/1.00 vMB 3
890,522 890,522 00000000000000000001dc49ae369bf864c47cf5f9496a1f4b2b4ae615d16a93 1,385 1.00/1.00 vMB 2
890,521 890,521 0000000000000000000230a794802dd9d6a52b489e766ebe10e82523c5c418df 1,772 1.00/1.00 vMB 2
890,520 890,520 0000000000000000000175891831d4c0f737f9386e5a2ccbe247315704ac174b 1,675 1.00/1.00 vMB 2
890,519 890,519 00000000000000000000829ad6efb0e58cada8ab6e51372cde8aca34e7109e6a 3,307 1.00/1.00 vMB 16
890,518 890,518 000000000000000000009736a2f1ec5e25c8663f8cf67f06a299254deb1cce69 3,469 1.00/1.00 vMB 4
890,517 890,517 00000000000000000000c073b1f6c15d88ea165f14a1c3a90036507960cfdde9 3,215 1.00/1.00 vMB 3
890,516 890,516 000000000000000000003e1783b5a6d937361efa3b8dff9e2c3a98c52364ac0a 3,542 1.00/1.00 vMB 3
890,515 890,515 0000000000000000000203714e819ed26961e68b712d15f5f50003511d56b775 2,432 1.00/1.00 vMB 4
890,514 890,514 00000000000000000001e615adebc712b377bca0dc4ab029990bb713e1ad2b98 3,397 1.00/1.00 vMB 6
890,513 890,513 00000000000000000001af41d9100b2eda7e0d4e2d96419c5458bf664d8f9628 3,261 1.00/1.00 vMB 8
890,512 890,512 000000000000000000002bda46d3d0dce31e211e767029cc25d13db51401bdde 48 0.09/1.00 vMB 1
890,511 890,511 0000000000000000000029814537058f79ad9f331061a47f15b9c934fa8385cb 1,811 0.73/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.20 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: 754.94 GB
    • Received: 18.94 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.