Loading Tool

Explorer IconExplorer

Memory Pool

43,008 transactions
27.06 vMB
0.06354172 BTC
Random Selection Loading Transactions
Max Size: 142.30/200 MB

Candidate Block

Mining Attempt 7da5a57cc54aa488aa3037a22eff6b76678da270d223b080064c7bcdc244d818
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a4e81668fe97104508e51e95092a3f8afa00ec4a2cfa232aae2d745f0dffcf83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,499
Size: 1.00 vMB
Total Fees: 0.01314760 BTC
Feerates: 170.89 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (306,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,822 608,822 0000000000000000000a54700d7ff515416e88cfdde343cd486c906f61d69fdb 2,940 1.00/1.00 vMB 21
608,821 608,821 0000000000000000000c05153cbdd3d928e56921b8c4ac161ce2d10fb401e130 1,995 1.00/1.00 vMB 15
608,820 608,820 00000000000000000006359cfd60d9ea2ae8b6982c48e4ca81b190eb759abb1a 2,256 1.00/1.00 vMB 14
608,819 608,819 00000000000000000015409dd63b9b5313e49496530ab56c0d11b85d632a9f91 3,093 1.00/1.00 vMB 28
608,818 608,818 00000000000000000001f1272fe3c81d37356148ab76c0187b9d6dc7a871d64b 2,397 1.00/1.00 vMB 19
608,817 608,817 00000000000000000004c6baafbe3beb9996162a6b5d78342c122ea89e015994 3,663 1.00/1.00 vMB 23
608,816 608,816 0000000000000000000a7c3d2379a93717f31f7ce3abaa3328ea3d90dd5359c8 3,070 1.00/1.00 vMB 40
608,815 608,815 0000000000000000000c5b4163ab28b8b592da9f11160c77845fa0139f896b8d 2,201 1.00/1.00 vMB 14
608,814 608,814 00000000000000000009777ee6e3c885e1efa04e823717a93c14c31785fc35a1 2,613 1.00/1.00 vMB 24
608,813 608,813 000000000000000000049dc17e9824915abae1cb0f11d232f069d363ca5952be 2,757 1.00/1.00 vMB 23
608,812 608,812 000000000000000000016f234a4388c4e907b0d4727a96074a1b21984482dfac 3,336 1.00/1.00 vMB 25
608,811 608,811 000000000000000000060ee94115b5f7fb3977030ba6a95915d8f2dca0bc3e3d 2,899 1.00/1.00 vMB 41
608,810 608,810 000000000000000000122a99fcff1aac6226559c500804443f3ee9b373f7ae9e 2,112 1.00/1.00 vMB 14
608,809 608,809 0000000000000000000c33ee96e398d5de438b4dd7950c333b58499f54ee8548 2,501 1.00/1.00 vMB 24
608,808 608,808 0000000000000000000ccdd506110117cabde4af4fd87d0a745081a3bfae5635 2,406 1.00/1.00 vMB 29
608,807 608,807 0000000000000000000915ee796a31e67fccd3d7eb6e1368b1ffb8c3623e6254 2,815 1.00/1.00 vMB 20
608,806 608,806 0000000000000000000df3f802dab4c1217dd74aeeea13a7cbd3b4aa48863f10 2,747 1.00/1.00 vMB 34
608,805 608,805 00000000000000000002b73ef412d437888f55869208db7e2b2b90a94bbe005d 591 1.00/1.00 vMB 49
608,804 608,804 0000000000000000000a61a41c9bc7a6c584361e0357f2e1a3f45dc63b769b0c 2,593 1.00/1.00 vMB 27
608,803 608,803 0000000000000000000a42a1d97fba80e80e5d48518b288301caa7df9da44fbb 2,303 1.00/1.00 vMB 18
608,802 608,802 0000000000000000000a8b733ea0c4c27412556cc6c091d57b13aaefb8369962 2,580 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.