Loading Tool

Explorer IconExplorer

Memory Pool

38,904 transactions
29.87 vMB
0.06406672 BTC
Random Selection Loading Transactions
Max Size: 150.15/200 MB

Candidate Block

Mining Attempt e51e4af55a51ebd1472d8cbdd3d4964da3c6fc29aa68b6675a1265d035ae69fd
Version 20000000
Previous Block 00000000000000000000ffddde90400f9c20357f2eff67a9a3ffa6508c5ab9f4
Merkle Root 55a2027b819808d61a6f31cb02491c637d5187de94cc567fe7e8194021aab2a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 766
Size: 1.00 vMB
Total Fees: 0.00480570 BTC
Feerates: 40.21 > 0.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,571 (841,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,540 73,540 0000000000338b88f5a897ddabc0625fb177fc1b31402ff97d8cf4948d678d97 1 0.00/1.00 vMB 0
73,539 73,539 000000000045811a7cb7a6e80fb1c90a7d3b3c112ef29f4ec56d34636568c3a9 1 0.00/1.00 vMB 0
73,538 73,538 00000000007fdd9033af715c97dc8bba1902be8870b7dde12f714460f5f3126c 1 0.00/1.00 vMB 0
73,537 73,537 00000000000adc6da85b84eaae1b850d21983ce3bd7298e6b8dfd8d335ff3a8d 2 0.00/1.00 vMB 0
73,536 73,536 0000000000b6defb0ab9bba51ef647bacaff030c9c47edf3c36bb05d916cfbc6 1 0.00/1.00 vMB 0
73,535 73,535 00000000006352b253b1a9931214e754ba43ec18cb72acdf1af233e12af56816 1 0.00/1.00 vMB 0
73,534 73,534 00000000001fe753dbbe8c566eb3b2bdd35bff42825cdd54616fafdd0f965d6d 2 0.00/1.00 vMB 0
73,533 73,533 000000000009759afa358036192615e0385dc3e617c3c8028ca5e16e1a8be378 7 0.00/1.00 vMB 0
73,532 73,532 000000000055226e367ae45b5712089c15121030a83d55cbb7d8fa9dae407062 4 0.00/1.00 vMB 0
73,531 73,531 0000000000654946f7ed73a590bf95d4253ff44089dc4b5e3a47462fcaf665c4 1 0.00/1.00 vMB 0
73,530 73,530 000000000028aafa0df26f7e518d3b969cfbfa59820ffb95733f1b5398f945a4 1 0.00/1.00 vMB 0
73,529 73,529 0000000000a990f57752c4b16f7a67cf83c5f82d00535c454e777900f99b46ce 1 0.00/1.00 vMB 0
73,528 73,528 00000000006836fe4ba94c108f61442497edc8b0ab5e6b160fc04009cb601622 6 0.00/1.00 vMB 0
73,527 73,527 00000000002eebb4cc36222464f0f7278b5af78b3f4297944c76a07acd3ea319 1 0.00/1.00 vMB 0
73,526 73,526 00000000006054c85d76d0a6154f20d92d11187d13599e08121a2c70a548ae8a 1 0.00/1.00 vMB 0
73,525 73,525 0000000000a639021de24a6fc6c9a491104e062e03da565255f2d2d2d0d82b27 1 0.00/1.00 vMB 0
73,524 73,524 000000000040c3025d291e9e2c426449aadb29c21079173a9cececf8aa038433 2 0.00/1.00 vMB 0
73,523 73,523 000000000065ce98bd508e48a9b4a7cde5b5cb6e6fc3be23c11b770cd63d0166 1 0.00/1.00 vMB 0
73,522 73,522 00000000006898a7aba813ac5dd57d96a6f9929017ee3ca5a594db00fd4e539b 1 0.00/1.00 vMB 0
73,521 73,521 0000000000518b2238554362a0ae6025634856407192fde6a03fd25f40030031 1 0.00/1.00 vMB 0
73,520 73,520 0000000000174cf409d13f74576641a7d717260d981ea33507b9844f6f2413fa 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.63 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: 625.86 GB
    • Received: 11.61 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.