Loading Tool

Explorer IconExplorer

Memory Pool

9,455 transactions
9.25 vMB
0.01662942 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.21/200 MB

Candidate Block

Mining Attempt e9d8445be7cf97d66c354fb859e36b561fd9073ce274d31edfd9d24e5e320549
Version 20000000
Previous Block 000000000000000000002fe959c2c37462ddb89bea45e9901b11d3859091244a
Merkle Root 23ceeb74c2af526b78c8225f469a9943819746ae723b8432ce36e45319771052
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,286
Size: 0.99791175 1.00 vMB
Total Fees: 0.00729238 BTC
Feerates: 100.28 > 0.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (781,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,532 132,532 000000000000022e836f16782ea604dc1075616c39b1f2116af3e1c553a9e023 54 0.02/1.00 vMB 863
132,531 132,531 0000000000000b901cc5f7ca1e333643e9bffc37e6ae67b5abaefc94fcedaab6 46 0.02/1.00 vMB 148
132,530 132,530 0000000000000d1ff3c753d2738b399c6f6f93ec50fbf9236ad44c927530c8ef 17 0.00/1.00 vMB 501
132,529 132,529 0000000000000b0a917b46d62ff99af5d7980b50abccfd7dfb504de5bb259f4d 26 0.01/1.00 vMB 893
132,528 132,528 00000000000006ddc5dfe339fc962dc1b8b5f45e186748a9c23185cf2093abc4 16 0.01/1.00 vMB 686
132,527 132,527 00000000000007285df2c42584a1b656c0e2ea97512530081b9c619341789949 83 0.02/1.00 vMB 125
132,526 132,526 00000000000012a7bd605078489800184e08d7a126dc1a4c9804d0b7b40841b4 12 0.00/1.00 vMB 17
132,525 132,525 000000000000089e0b3ab377ea82fb324321d61ac6b6ed8e732934fb49f42d98 17 0.01/1.00 vMB 629
132,524 132,524 000000000000017ac2e6fcf52ede87f1017e33bac0aea838ab52a7e9f6934552 12 0.00/1.00 vMB 670
132,523 132,523 000000000000116e6bebd128ae4e0bfa7f6e4be4d9e857f92ac1ec33f8b2d395 48 0.02/1.00 vMB 636
132,522 132,522 00000000000009c5391f98e74056e44674de5258c513914353508302b5034bf1 71 0.03/1.00 vMB 645
132,521 132,521 000000000000126c8dc0a9e119ed120bfd076b6dec106d661ad50bb6c2e96892 11 0.00/1.00 vMB 2,272
132,520 132,520 0000000000000714d2598935af91830de19282ba9c9e2fa59bad2bd07bb2700f 6 0.00/1.00 vMB 606
132,519 132,519 000000000000127675425a75746e66ad5ee33fac89be20089008cf40e11a5f62 108 0.03/1.00 vMB 3
132,518 132,518 0000000000000deb2835ca0eb05cb12ace53985c27a50cf5c2900e9d37b18ea6 91 0.03/1.00 vMB 491
132,517 132,517 0000000000000b87e8feec9bb1ef06fe79e708338e5a5431984a612ed2f27657 34 0.01/1.00 vMB 542
132,516 132,516 00000000000005af450e8639500d42065ec761bf28c7f146fef5875344dc8be8 29 0.01/1.00 vMB 579
132,515 132,515 0000000000000fdd72fc2c3cccfe52885e13aefd815b274ffa9acbb60b29bf58 11 0.00/1.00 vMB 18
132,514 132,514 000000000000003c5a1254b0fe223a77ceaf504745758a8e70dd1ba0b9a07289 100 0.04/1.00 vMB 408
132,513 132,513 0000000000000f7ea3665d370690b8e19aa76e1bdf74755272f88be6e32cf2f7 89 0.03/1.00 vMB 435
132,512 132,512 00000000000007abd52f69a6a1560e3af2ed21143e3eec240ba42d20c8489e9f 15 0.01/1.00 vMB 437
Previous 10 blocks ↓
Total Size: 779.98 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: 471.11 GB
    • Received: 2.97 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.