Loading Tool

Explorer IconExplorer

Memory Pool

44,861 transactions
26.50 vMB
0.05603186 BTC
Random Selection Loading Transactions
Max Size: 140.22/200 MB

Candidate Block

Mining Attempt dbaec72fe5f458f2d5e9915d031f097d4508b093c0fe405a14f8f89407a06498
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root 858c5f1be82bad9c82f8c8936bb9232cae8410a6b1646ba19f3c18804773c294
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,463
Size: 1.00 vMB
Total Fees: 0.00740834 BTC
Feerates: 150.62 > 0.74 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (246,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,526 668,526 00000000000000000002e45d1e5364828636d1412c0500a20c51bdfe3194c43a 2,540 1.00/1.00 vMB 76
668,525 668,525 0000000000000000000513049fbdbf609121408c4bae3b4ccc8cca1c3a247d2e 765 1.00/1.00 vMB 114
668,524 668,524 0000000000000000000b0b663161d67f9356bea7477d810e4b39a424dbe3ef32 2,156 1.00/1.00 vMB 129
668,523 668,523 0000000000000000000603dc27ced1fb759cc67f38b52b45aada227c358eac86 2,131 1.00/1.00 vMB 24
668,522 668,522 0000000000000000000af263f721a3c612fa250e8600ab863c9a5c0b060bf0ab 2,719 1.00/1.00 vMB 126
668,521 668,521 000000000000000000003341c3916ebd55bb5cfdc53954ae6a6c29fdccdba102 2,640 1.00/1.00 vMB 85
668,520 668,520 000000000000000000098870827a26d9330143ba8d578a83e31e85612005f60a 2,449 1.00/1.00 vMB 122
668,519 668,519 0000000000000000000693f3f9cbb8c57bca38985eb8c40f79f1b4976eb83fa9 2,393 1.00/1.00 vMB 58
668,518 668,518 000000000000000000042ef3a715163564180ca60f5eaa656fddb0510e909e39 1,798 1.00/1.00 vMB 121
668,517 668,517 000000000000000000087443da02a4e9099a29d3ad6d771c12a973e688ddd966 2,879 1.00/1.00 vMB 142
668,516 668,516 00000000000000000004a332e3d88b560bfb83b98f6184491008c1c4ef59793a 192 1.00/1.00 vMB 6
668,515 668,515 0000000000000000000c8379f5fad50b11f8d37a26e9f5d164f7f09f6599e46b 2,605 1.00/1.00 vMB 92
668,514 668,514 00000000000000000002643b56c9b992fa13b629f965857abc8e3f009997fd05 1,496 1.00/1.00 vMB 36
668,513 668,513 00000000000000000002490a14a1803747aaf6506cd578ceb367d0f2b9bd7d53 1,504 1.00/1.00 vMB 82
668,512 668,512 0000000000000000000077009e07c7e95f6084924db6bfbc72865bc2bb180b38 1,125 1.00/1.00 vMB 117
668,511 668,511 0000000000000000000c0c252b3988e02224780c6d0e566c4d4f06110ac9bb0b 1,373 1.00/1.00 vMB 33
668,510 668,510 0000000000000000000b7e4eb9355cf1521e07b40882201e41f209a586f5c238 1,829 1.00/1.00 vMB 22
668,509 668,509 00000000000000000003d777ff95393d798ee2a3263668369b2f174dc49127ae 2,269 1.00/1.00 vMB 78
668,508 668,508 0000000000000000000038e112f0d67e23e7041b8c9e8d6011a033a961786e8c 1,416 1.00/1.00 vMB 14
668,507 668,507 0000000000000000000451d74a794feea20dde39cd8ca4b0a85dee43029b6e12 2,360 1.00/1.00 vMB 15
668,506 668,506 000000000000000000009c1771e11ce4d503001623bfc6adbc2d42f78a839158 2,510 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.