Loading Tool

Explorer IconExplorer

Memory Pool

37,449 transactions
18.99 vMB
0.04504496 BTC
Random Selection Loading Transactions
Max Size: 105.14/200 MB

Candidate Block

Mining Attempt ee396edac4043b2f59d308056a98ae4dab3db4cc9c5aaad09acdfc26f6b3a1e4
Version 20000000
Previous Block 00000000000000000001fca5d03d150a8b3bc513db65e609eacbba7b8e6522a4
Merkle Root 3844ca3e0e55fdc99490be592e0d2dd6fa67ebba7f2a907cb5c2d99672961767
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,542
Size: 1.00 vMB
Total Fees: 0.00877036 BTC
Feerates: 151.12 > 0.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,050 (794,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,076 119,076 0000000000008c6f560efa904346a204ddca3e1fb811c1601570aa7c1d5d52bc 27 0.01/1.00 vMB 522
119,075 119,075 0000000000003f295cd3a702abbd207687912c8de236100b1292e0cafce8ecd0 11 0.00/1.00 vMB 573
119,074 119,074 0000000000002ca8dd053c7f88d0852277f147fde3b6fd96cd31ce765e341874 20 0.01/1.00 vMB 1,474
119,073 119,073 0000000000002e1843d802912885880229f74ec959eab7bf63ba1ee8e688349e 10 0.00/1.00 vMB 1,341
119,072 119,072 00000000000017198bbb59d7e385bfe1c9405015330d9bdfcadb37e1c3f29f04 91 0.04/1.00 vMB 54
119,071 119,071 0000000000008bc32aaaee796e6e7ff90491d05b16f8e4270db4f4509c6c283c 6 0.01/1.00 vMB 358
119,070 119,070 0000000000009d1013b152c9130bb1d0319958ec493c1b38ba0da9a10133661e 14 0.00/1.00 vMB 1,616
119,069 119,069 0000000000009463414b605f43111c6893c10a3db9f0e9b6b98bc2936368dc70 18 0.01/1.00 vMB 957
119,068 119,068 000000000000b1de0cb4ae49cb6751d5f39f6f9649c7b06522d49a79930df69c 47 0.03/1.00 vMB 580
119,067 119,067 0000000000002657947538077134d66ea666fc8b78d0039c658a878fd2d070d5 49 0.02/1.00 vMB 5
119,066 119,066 0000000000009491b8654d2601c07732777fdd569fe657632120f200cb3b3e18 6 0.01/1.00 vMB 440
119,065 119,065 0000000000005031c5e47e06afed5efc0f5657178eb00ee8bd245c4df8811e4a 12 0.00/1.00 vMB 1,665
119,064 119,064 0000000000003ce25576fcf5a989efeb5ff2af50d572d5122742a0c04a30f827 8 0.00/1.00 vMB 838
119,063 119,063 000000000000a8934f7a74f6eefc536c2945d39a5820c5bf5f1a5bb751ec82ff 41 0.01/1.00 vMB 1,217
119,062 119,062 00000000000055937c349b31dcde79beea3f0c04417055fb6f06310582b2953d 11 0.00/1.00 vMB 0
119,061 119,061 0000000000008fa819010cf1690534be2477b763b1c1eaf362b67107d4198195 10 0.00/1.00 vMB 619
119,060 119,060 000000000000a091542b70b3d088d0065c06552a7f8d9e92c32feb809d3148f5 13 0.00/1.00 vMB 584
119,059 119,059 000000000000a4904988f4366e1f183379d988694907ca3ccee83402f6c136ce 14 0.00/1.00 vMB 1,551
119,058 119,058 0000000000003dc8113d16a0d7bbf2229425425395547a71b6a4f081da79475f 14 0.00/1.00 vMB 1,203
119,057 119,057 0000000000000360044af167ed228ef8871008152828220689a359b05bd7d3ed 31 0.01/1.00 vMB 1,125
119,056 119,056 0000000000009d26630109fbdd7d18822a380a410cf2a3328fa0e375c4241f2c 5 0.00/1.00 vMB 2,210
Previous 10 blocks ↓
Total Size: 780.69 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: 553.97 GB
    • Received: 6.69 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.