Loading Tool

Explorer IconExplorer

Memory Pool

78,279 transactions
34.22 vMB
0.14453503 BTC
Random Selection Loading Transactions
Max Size: 191.18/200 MB

Candidate Block

Mining Attempt 42e1ed127e777d9e98993aed3a496d1549657365de6171b85cd8a3f7f558a1f9
Version 20000000
Previous Block 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f
Merkle Root e6589dad0481817ca786a7863c613fc84353cdb423eec509b3acb85cdaec5e7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.02384683 BTC
Feerates: 99.73 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,413 (452,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,284 463,284 00000000000000000174e91e46d4c594ef95d24e9ac45f7440b8161ad25359ee 2,074 1.00/1.00 vMB 130
463,283 463,283 00000000000000000036d7b60636f21519d82c26ff475300728079d914d8d6a7 1,996 1.00/1.00 vMB 117
463,282 463,282 000000000000000001a6be4274abb2257e40bf112c9f61eaa738692d300bc5a9 1,635 1.00/1.00 vMB 149
463,281 463,281 000000000000000001cd0aea757602d2845afefa13acf45d86b64cfd6b531579 2,837 1.00/1.00 vMB 201
463,280 463,280 000000000000000001605492c17dcfe5a75b3cc89ad5d8997ee29e8fda46e87d 2,078 1.00/1.00 vMB 186
463,279 463,279 000000000000000001fbf9553beea50f47dd47423428fe085893f6c00af78004 2,351 1.00/1.00 vMB 131
463,278 463,278 000000000000000001b7c7523a4a7cfe8318eca8ff401e9996eb0b6172d716e0 2,004 1.00/1.00 vMB 130
463,277 463,277 000000000000000001cb858687a1d3fe37a06a5451f30a8212b9f58684395e18 1,955 1.00/1.00 vMB 150
463,276 463,276 0000000000000000000401b8361bdcf572678e3954658926eabb34a26ba1d2df 2,566 1.00/1.00 vMB 193
463,275 463,275 0000000000000000010bfa4513377d974f63b63f367cac5227af487c2776afc9 2,560 1.00/1.00 vMB 168
463,274 463,274 000000000000000001edb084613f3859de4aa5a8b06bd81d6ea277b221a0e974 2,178 1.00/1.00 vMB 146
463,273 463,273 000000000000000000bbaf6c8a55e749e405615e7c284664f3d0b4fd104f0ed5 2,533 1.00/1.00 vMB 136
463,272 463,272 00000000000000000006c4a4c3933a4c3c4bdaeac51d079e9bbdbd0a3ee176cb 2,175 1.00/1.00 vMB 159
463,271 463,271 000000000000000001d5db2a47ce3a8faafc1610a2a833c04eb235e1741b0ca4 2,155 0.99/1.00 vMB 152
463,270 463,270 0000000000000000008556c425df81e137877a869ce84e36e937f640882b00d3 2,242 1.00/1.00 vMB 202
463,269 463,269 0000000000000000020ed82ebc8649463e7a41434a625cc5818adead81ce1a0c 2,848 1.00/1.00 vMB 186
463,268 463,268 000000000000000000cd922666970a2ae801c8f0f0b9aef7281a6f3a8eb69c2e 1,472 1.00/1.00 vMB 121
463,267 463,267 0000000000000000001b91fb945aa4e2f2b7ff4e09b167107eabd2a01cee408e 590 0.31/1.00 vMB 121
463,266 463,266 000000000000000000fd259fbe483246e0d9ce5a765ad0631266e0f127bfdf8f 789 1.00/1.00 vMB 52
463,265 463,265 0000000000000000012da5b8edfb41f0babe8eb55fb1b33a6747e3e55dbf9535 1,465 1.00/1.00 vMB 114
463,264 463,264 000000000000000000c96bf0fed8c7ef9434090c2c03e4fb7b960d697e5de562 2,039 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 783.10 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: 731.84 GB
    • Received: 18.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.