Loading Tool

Explorer IconExplorer

Memory Pool

74,385 transactions
27.57 vMB
0.07327490 BTC
Random Selection Loading Transactions
Max Size: 168.03/200 MB

Candidate Block

Mining Attempt 304eac5bee21e1d697db2b7e1e8275e3ae43fd75c0c042fc895fc1ccd32df2b5
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 831e3cccafb9c15fa94beb2c95c0c8dae062acc33da6cfc576f692b31c3c2c99
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,166
Size: 1.00 vMB
Total Fees: 0.01443238 BTC
Feerates: 101.19 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (492,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,993 422,993 000000000000000003dc4ec2103368f378d11b9f146784d68a37c9c5e07a16de 1,561 1.00/1.00 vMB 52
422,992 422,992 000000000000000003f91223cd606478bfdc0701e3c05b4c65e10157add08c73 1,938 0.93/1.00 vMB 73
422,991 422,991 000000000000000000a10259631b1b904ec814a439b942d3234ef9fbf076562e 953 0.54/1.00 vMB 56
422,990 422,990 000000000000000002acdc719147f4e0328951e56bcf1ea62260bd1821f5dfe5 2,086 1.00/1.00 vMB 51
422,989 422,989 000000000000000003bab7127712714f51b8f6fdbc9a4b02d5fade4517b03301 2,496 1.00/1.00 vMB 106
422,988 422,988 0000000000000000018f7d2e313e11649e3d9ab9715cd9d1a47d79a3fbb9a4dc 2,155 1.00/1.00 vMB 61
422,987 422,987 0000000000000000025c2fbd85674701b9e4a7c719b8c27cfa877aa36543f21c 2,778 1.00/1.00 vMB 91
422,986 422,986 000000000000000004635533a486ed7e40ba7ded2fbb2863f89d52d07bc72e7c 2,424 1.00/1.00 vMB 102
422,985 422,985 000000000000000001551c83799ef83a9e24722d0dc7133b2dc371cb76bd5759 572 0.24/1.00 vMB 100
422,984 422,984 00000000000000000465caf4793fe3b7e78d3e8801b23cb6db8f836dc1007778 934 1.00/1.00 vMB 26
422,983 422,983 000000000000000001d107b2e949cc91a23a007ba37515cc787ee53041ca08cc 2,137 1.00/1.00 vMB 80
422,982 422,982 0000000000000000017a44696cd90aab06eeaee3edde7d2e94568db5815824cd 464 0.18/1.00 vMB 107
422,981 422,981 000000000000000000b209718638d71d65a66c26910e5ac03b9a555187876421 1,010 0.48/1.00 vMB 89
422,980 422,980 00000000000000000458acfa47024b14cf53abe5d02a71cd9d7e4c4a7b0f897d 820 0.30/1.00 vMB 98
422,979 422,979 000000000000000004be40eb7be12ae5cb8d5c0186b9de773d771d3db5c15d85 1,843 0.83/1.00 vMB 80
422,978 422,978 000000000000000001fc440b12fad1ad64bbe68e71d98bf51ea39255fe01091a 791 0.54/1.00 vMB 53
422,977 422,977 0000000000000000014cda8dfa86e163933b55d6eb8c491dcbbd41229b1dcb9f 1,227 0.70/1.00 vMB 56
422,976 422,976 000000000000000003fc9e882334e08cb0b6fd12574d0872a73971d247253245 2,019 1.00/1.00 vMB 66
422,975 422,975 000000000000000000bae05969829b043ab54f551e27b70fe361f8f8a1277484 2,395 1.00/1.00 vMB 71
422,974 422,974 000000000000000001b085c60fc7a1e4469e19330d1aab8d92d9d3f5f544ec61 1,672 1.00/1.00 vMB 109
422,973 422,973 00000000000000000194aa6e0d22df9bbe4a4e72f5d905fee11190feb1407088 2,108 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.