Loading Tool

Explorer IconExplorer

Memory Pool

78,891 transactions
29.47 vMB
0.09227567 BTC
Random Selection Loading Transactions
Max Size: 177.91/200 MB

Candidate Block

Mining Attempt d192d723c5d8d8eb5f1fe2d0ddbef744bd224fb31ea37fd23e709d735103f942
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 50dc62b63b062204ab7b29a1432492fae923287133fa27025f40455f70c8af2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,843
Size: 1.00 vMB
Total Fees: 0.02861811 BTC
Feerates: 302.06 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (129,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,052 786,052 00000000000000000004695e89ebc1bf84619f81c59ba775a2935575d6affc02 1,979 1.00/1.00 vMB 14
786,051 786,051 000000000000000000040d172973de09019daf16f99f31e5507a16fe48d8d58f 2,242 1.00/1.00 vMB 23
786,050 786,050 000000000000000000028a0c32f431c61bdf37f8780d00606f7445c4f298e377 474 1.00/1.00 vMB 3
786,049 786,049 00000000000000000003e7eb0e34e13faab2e62be8934ca6c4b6881f66391ad1 1,617 1.00/1.00 vMB 9
786,048 786,048 000000000000000000033b4c93794e7c160e6072b2d8d65107bb45de0b644a32 1,523 1.00/1.00 vMB 6
786,047 786,047 00000000000000000000a9405bed99c51b73fe471e652651d3914e2ccab82394 1,089 1.00/1.00 vMB 11
786,046 786,046 000000000000000000033737c2e4df2f006137525c32874d48da4255ea2f57b9 2,127 1.00/1.00 vMB 10
786,045 786,045 00000000000000000001ebd83d788333712fcdf005ce8fcd6d02f9c25804fbe7 3,155 1.00/1.00 vMB 23
786,044 786,044 000000000000000000032a1f2a5db0f1c8b7d6b858f4926f508dc30d0c089277 1,895 1.00/1.00 vMB 10
786,043 786,043 000000000000000000039fb0be6437e852c159a9ecb4b0c38f9e02e58999b68a 144 1.00/1.00 vMB 1
786,042 786,042 00000000000000000002fe4db208bfe6247ffe93ea41d6cb3db92d1c9ea010d0 1,530 1.00/1.00 vMB 6
786,041 786,041 00000000000000000001e1284aee0daf2852fc1cc2d4e1a5813340e37d917e6c 3,325 1.00/1.00 vMB 22
786,040 786,040 00000000000000000003b6d76f77046d1efa8df69e03ecb5f827722292c3409f 956 1.00/1.00 vMB 4
786,039 786,039 00000000000000000000b732c4a57033040952fb5ff697d18482f61e7c67bdab 1,315 1.00/1.00 vMB 2
786,038 786,038 00000000000000000001d7d318b7d50e59e0d6867b7cd70e049fcf7ec7986045 2,937 1.00/1.00 vMB 2
786,037 786,037 00000000000000000001961aa72467a4304634894b41fb8506488826c3c03a5c 2,325 1.00/1.00 vMB 10
786,036 786,036 00000000000000000000e5ba3ea34d7014fbe343d045fac70285b65e4fe56fed 2,626 1.00/1.00 vMB 9
786,035 786,035 000000000000000000038c9d1e553ae5eb6efa9ebdabe7458f96e75970a031f1 1,553 1.00/1.00 vMB 19
786,034 786,034 00000000000000000005687d98df6a4d28b8e416bc1da39fdde019dc4bab7e04 3,102 1.00/1.00 vMB 20
786,033 786,033 00000000000000000001b05d7bd12dba48beffedf18580fbf03e4c2f2d4a23b5 2,427 1.00/1.00 vMB 9
786,032 786,032 000000000000000000020f766b8876b438c9d3b3dc8edd0133c086041f0d29be 3,173 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.99 GB
    • Received: 16.09 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.