Loading Tool

Explorer IconExplorer

Memory Pool

81,671 transactions
30.99 vMB
0.08814169 BTC
Random Selection Loading Transactions
Max Size: 187.88/200 MB

Candidate Block

Mining Attempt 896f89086beb9495b2808c7ac7d8c66082aa957f0d3b63958ed8d7f6aa894ba1
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 9bfab5d480f07e7153bf9a307f48a955591ac30ed78ce15c3fe60f8d7001b4e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,190
Size: 1.00 vMB
Total Fees: 0.01489090 BTC
Feerates: 115.63 > 1.49 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (555,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,645 359,645 00000000000000001088ed0c0989828504a41d4b5b974c8c081b708cfdd3b7b0 1,585 0.82/1.00 vMB 27
359,644 359,644 00000000000000000070291387e542c5e7d949064d04594952e67fb97303d6ed 735 0.42/1.00 vMB 22
359,643 359,643 0000000000000000009f15e89c77213645f3227137f3ae51b032d8b44d08dd25 1,559 1.00/1.00 vMB 59
359,642 359,642 00000000000000000a4675cbb09b68e2b7c7791c56409cbb38e3e953d609ea3d 516 0.32/1.00 vMB 23
359,641 359,641 000000000000000002a4dfcf4d4cadedbb7756b33d8102da0a3e5ac6de7c009d 1,610 0.69/1.00 vMB 29
359,640 359,640 00000000000000000cbb79a89f0c023cd142d2ff6a9bb89aa7af85d0ac098818 128 0.04/1.00 vMB 34
359,639 359,639 0000000000000000166b557c4ae82961e355bbafb6a98acccfb57b74bface148 103 0.04/1.00 vMB 31
359,638 359,638 00000000000000000cd8dcf7ae0b35eff812c990b12399eb1b13b33879933727 301 0.12/1.00 vMB 29
359,637 359,637 000000000000000007b27f0b86e6f8028d09e984ec0783a4055230efba976764 818 0.39/1.00 vMB 28
359,636 359,636 00000000000000000b4945ea04bb74d25c1687615f10dce2707079662851eec9 218 0.08/1.00 vMB 33
359,635 359,635 0000000000000000135c009a082215a0c268955f505ca70de63f476ccdfa260a 632 0.38/1.00 vMB 23
359,634 359,634 000000000000000014f856cc8f0a76027ca560205d88a6c3a10106973fe08693 822 0.39/1.00 vMB 26
359,633 359,633 00000000000000000392ad1b232f47256cad36a8d949a48c3b97e7d246f22759 480 0.21/1.00 vMB 31
359,632 359,632 000000000000000005de62557795e6517b828dab489dd77ca6c62c2dd8870388 50 0.03/1.00 vMB 19
359,631 359,631 0000000000000000080115e8a1938237267e0fac037137e50b771ad242b9957a 139 0.08/1.00 vMB 25
359,630 359,630 00000000000000000a434960217681854292f92de24435835774547e2d35ed69 286 0.16/1.00 vMB 24
359,629 359,629 000000000000000006f4827fb32513498831b0d324ff2217b7952016dbf52956 248 0.12/1.00 vMB 25
359,628 359,628 00000000000000000798b6f53e62c333516cdd495082993653e927bd39773896 376 0.19/1.00 vMB 24
359,627 359,627 0000000000000000046f1ee057c3bc770c27c2fad91ce212450e57c761a46e2f 559 0.22/1.00 vMB 34
359,626 359,626 000000000000000011ed60f007ec5ec32d196b93ffbc352e4cb02247f6cf1c5a 1,337 0.60/1.00 vMB 28
359,625 359,625 00000000000000000b0c4437cd594ae56bb6dc532c497af9b595b653311345f5 61 0.03/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.53 GB
    • Received: 18.18 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.