Loading Tool

Explorer IconExplorer

Memory Pool

44,182 transactions
26.56 vMB
0.06146201 BTC
Random Selection Loading Transactions
Max Size: 139.91/200 MB

Candidate Block

Mining Attempt 575583d7f024d84485fc04c3454a1a10ce6b14c7c239f61e70433dc61fcdeeef
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root 58f91e6cdb4f3c8bf33536b16ba6862a8eb6debe2353d841610ed6a364641504
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,775
Size: 1.00 vMB
Total Fees: 0.01264213 BTC
Feerates: 150.52 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (432,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,778 481,778 0000000000000000009714eb5d7f73307b5834d9fd8a31af595b0a5fa6be777b 1,499 0.99/1.00 vMB 484
481,777 481,777 000000000000000000790ddb56a0cfa9733689c2b15185d04c5eda434af4ae2a 1,802 1.00/1.00 vMB 239
481,776 481,776 0000000000000000012c5298126db1eadce34f53df0e7cf2f7590ec449594ad8 1,541 1.00/1.00 vMB 173
481,775 481,775 000000000000000000e6f12e78738871fd20e9fcb9aefee3d78b02ad3f65f8e1 2,379 1.00/1.00 vMB 326
481,774 481,774 000000000000000000b29a27576c8a6a24af2a0a37f99a352bb84a06fe31c428 2,436 1.00/1.00 vMB 406
481,773 481,773 000000000000000000fef1b0f4f492de3cb25d3487d888d61dffb0c28232cd5a 1,634 1.00/1.00 vMB 335
481,772 481,772 000000000000000000c34e1d111073838d14aeb6613494653c23fc34c0a9033d 1,465 1.00/1.00 vMB 157
481,771 481,771 0000000000000000001eb6036817f633520123ab9d36fd7062a65d067d81294d 2,132 1.00/1.00 vMB 330
481,770 481,770 000000000000000000e1077f52e2cf988a8a3a190eb47f478a00dce35b9b3eb9 1,651 0.99/1.00 vMB 260
481,769 481,769 0000000000000000006bacad45004f05250815e14226417e8ec7af52fb760a54 1,991 1.00/1.00 vMB 374
481,768 481,768 000000000000000000b7036a31cd2899f33e9c6800a2ce0ecd3fb50a1d20f149 2,579 1.00/1.00 vMB 344
481,767 481,767 000000000000000000da84d30033923aa5fdc5febb60c1544f13a8671c21b5c1 2,334 1.00/1.00 vMB 477
481,766 481,766 00000000000000000124129ae3a699e455168f9f5d598ef0bbb424f8243b82f7 1,979 1.00/1.00 vMB 224
481,765 481,765 00000000000000000082443a260ca5d2086f2ba76f21d35f71fba288ba75b94e 1,902 1.00/1.00 vMB 297
481,764 481,764 00000000000000000130229d69ef544cdfc1679a659e2b708c92589f21e16e7f 1,772 1.00/1.00 vMB 426
481,763 481,763 0000000000000000009d2e9b7a984d55c6c99ba62f98e9bc7dad8b1e779045a3 1,910 1.00/1.00 vMB 295
481,762 481,762 0000000000000000002d1fe6decffdbe7cdb14c4bcda0e5879b70da8eb810d69 2,317 1.00/1.00 vMB 158
481,761 481,761 000000000000000000727ea23a01acaa527045c0cc4e793e0bd74ca6eca0bad2 1,662 1.00/1.00 vMB 180
481,760 481,760 00000000000000000029c72eb5b9e740275c1798aafb814618a1f8faef6caf5a 1,925 1.00/1.00 vMB 222
481,759 481,759 0000000000000000006bbb7fb15eaea51703fae52457d37a612a6bce220ab607 2,127 1.00/1.00 vMB 258
481,758 481,758 00000000000000000130a9c465b7e42ba7aca977742bd46cae990eab38813eda 2,250 1.00/1.00 vMB 328
Previous 10 blocks ↓
Total Size: 781.95 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.08 GB
    • Received: 12.89 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.