Loading Tool

Explorer IconExplorer

Memory Pool

26,117 transactions
6.04 vMB
0.03683205 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.58/200 MB

Candidate Block

Mining Attempt 76440cf7bda2cafeb87e48c8821837b6b3e1baf2594c7beee3dec73fc06f600b
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 7f9a63f101e3ef19a48fb9180eabd0f4ff43a792c8c7629bc284dcb1ab8953cd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,077
Size: 0.88 vMB
Total Fees: 0.02324402 BTC
Median Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (764,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,759 148,759 0000000000000610f7f6f6135fb3199165b940a68242646934554d5403542fc9 64 0.02 vMB 3
148,758 148,758 000000000000061484e62ba852fc0d25f38d1082a2515211716551e4e71afa9a 11 0.00 vMB 54
148,757 148,757 000000000000032dafc8c2cdea6399c17f840d2c91aac8d127a0c78c7f9984ab 19 0.01 vMB 251
148,756 148,756 000000000000011877067a7c419033c66c22521ce277dd41a87ab3afa5dcb200 121 0.05 vMB 168
148,755 148,755 000000000000048bbf08785885513d6f1786acdad4b5f17c5f88ac4e5812f894 64 0.08 vMB 71
148,754 148,754 0000000000000414f033ed67a0525a1067d253c87892cf5c3d0d1500b13437cf 7 0.00 vMB 681
148,753 148,753 000000000000042e7264523f8daafa360196ef38f480476d6d9705f2b27b4d7e 37 0.01 vMB 166
148,752 148,752 00000000000005ade4fd717b5fd8c4cc2315eb025de41c9594cf246760547f40 46 0.03 vMB 202
148,751 148,751 000000000000047757d7cc14d958086f66601bdfdffbd14eb28a711289b8d1c0 22 0.01 vMB 220
148,750 148,750 000000000000098bddd26007a85ed32f4c024a2ad60609177a049a457a93d607 45 0.02 vMB 122
148,749 148,749 000000000000094d7736ad213a1e354b692ba0018f2c65010df7a88ccf0f3ee2 120 0.03 vMB 45
148,748 148,748 0000000000000108770e6f6daabac9008bcd25ef48eb89f39fcfbf4d144bc06b 169 0.05 vMB 60
148,747 148,747 000000000000070c41d8aea74e6faa877939b21a5762df155ed18391ab6152e1 82 0.03 vMB 75
148,746 148,746 000000000000040d57924ca536b9632a6e0d2aa3f3cb3b265d957546f95fb0eb 29 0.01 vMB 105
148,745 148,745 00000000000007d0864face8237a94d96296cb6ba6ed618a4d90882d560fa934 11 0.00 vMB 286
148,744 148,744 000000000000012542736b4489474836ca3cc2d7e42ecd37d003d4b160bc7470 28 0.02 vMB 207
148,743 148,743 00000000000009cc60d863505a8ca56396913e042c7f25aaf3406e2996fd9957 19 0.01 vMB 100
148,742 148,742 000000000000064851d88a5e28f63c7110bf68f2918e8012ed821ef8ef6ec27d 100 0.03 vMB 26
148,741 148,741 000000000000084487976c3aca7c8a02855cd57315cc638a4ed24051355832f6 31 0.01 vMB 144
148,740 148,740 00000000000003eb43fb71727f8ee570c0d4432597e96da77337ed7f8ea77370 18 0.00 vMB 73
148,739 148,739 000000000000075731b902c54dad933375b173cee5518c285b8df1e900f416c2 69 0.02 vMB 149
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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