Loading Tool

Explorer IconExplorer

Memory Pool

94,709 transactions
26.03 vMB
0.11842507 BTC
Random Selection Loading Transactions
Max Size: 171.75/200 MB

Candidate Block

Mining Attempt 2d4cf5aea9fab3665b63a5e8ce460ba05e2aa694bc90b247b8d5940994fd00fc
Version 20000000
Previous Block 000000000000000000019691797b4459c1b0aafbf2263bb9970db305618f2a07
Merkle Root eab85bb1a5503dbe46c986a2409c6a9da6ae1a3132ae49dde8a1abbea1ff68a3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.04159687 BTC
Feerates: 558.46 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,853 (848,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,768 67,768 000000000152f80c22b8c7344dd37057faae47eff8b3a659269653fd955a567f 2 0.00/1.00 vMB 0
67,767 67,767 000000000221642b0fd354497abd40de2dcb1aec5715db3fcb6a5baed97c1376 1 0.00/1.00 vMB 0
67,766 67,766 0000000004a5df4a38807785d5359d7a29252b953efb9ac271360bce92754f4c 3 0.00/1.00 vMB 0
67,765 67,765 00000000020be69362bbd18778598fa2a6d6a99654f18be2f0e593c777ca9fe8 1 0.00/1.00 vMB 0
67,764 67,764 0000000001e851742dbbe378b43cbe170698f2fc0bf830cd95eb83dd5b64448c 1 0.00/1.00 vMB 0
67,763 67,763 0000000004bc179348db2b59f0cba5498f3fd1acb1dbc604b0fc04f146617121 3 0.00/1.00 vMB 0
67,762 67,762 00000000050bbbdfb4a0352e26249d8ca4958c858f43fff7e31b2a259328619c 3 0.00/1.00 vMB 0
67,761 67,761 0000000004efe3d71c8ef74a26392f3529d006f22c5d387463a6aa59f577460c 3 0.00/1.00 vMB 0
67,760 67,760 000000000487111526d0041816b8d0c5cd9f1d56877be694eb25f431b15eac50 2 0.00/1.00 vMB 0
67,759 67,759 0000000002df6f525f388745e0e1b793688ae3d094acb155c888aa020486287b 1 0.00/1.00 vMB 0
67,758 67,758 0000000000d967ab849b8dbc90d05c91c72ceabbb12a1013d14461d5833a7645 6 0.00/1.00 vMB 0
67,757 67,757 00000000041ceccbcb7454290a0b6d3a3bf1dc41b477f14877104650c93a9c00 2 0.00/1.00 vMB 0
67,756 67,756 0000000000404962007974f5ffe21d1d29e5059c9a3eaa8f39948ad0e19fb5b0 1 0.00/1.00 vMB 0
67,755 67,755 0000000003ad86bf2dfad72d92c62ab2c0fdd47cd9eba99e70886db088692405 1 0.00/1.00 vMB 0
67,754 67,754 00000000037d0037fdc4bd68cb970afce920f5aee813df63a1724d94742c2434 1 0.00/1.00 vMB 0
67,753 67,753 00000000005b3365a4f6f5c3c866cadb659fec5124b9a1c8d9b94a1eae2300a6 1 0.00/1.00 vMB 0
67,752 67,752 00000000016f75c7e22b3811acdbbf2407ad1300103f152434038468b202e599 3 0.00/1.00 vMB 0
67,751 67,751 0000000005540d828bc4f1523b53365c3c72d38f2961e4832b18494f4733bfc9 1 0.00/1.00 vMB 0
67,750 67,750 000000000364db1e912abcbce4cb3f2ca82da9b7f95688d54cbbcbaf57e04c58 4 0.00/1.00 vMB 0
67,749 67,749 00000000027c383692667ae56f39eebcec0f64918f6bd4a74ca66a174f3f5cc6 1 0.00/1.00 vMB 0
67,748 67,748 0000000004c4937ee96b8d2fda8dc216fb848c4f9276f64a210b0d5f8d2f845c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 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: 793.89 GB
    • Received: 22.00 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.