Loading Tool

Explorer IconExplorer

Memory Pool

46,242 transactions
28.62 vMB
0.06049776 BTC
Random Selection Loading Transactions
Max Size: 152.33/200 MB

Candidate Block

Mining Attempt efb39189de5750c5249e116a29dcd5d0fb67baf6603ae4686d2cd98fccd63592
Version 20000000
Previous Block 0000000000000000000174ee00feb456e9cb08dcdd2b42ef733fc93eec85ef67
Merkle Root e1117d59c57735a50e2203470c3e3ec195c0d544848d513de778036181572338
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,341
Size: 1.00 vMB
Total Fees: 0.00606143 BTC
Feerates: 20.19 > 0.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,831 (494,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,348 420,348 000000000000000000378225a8fcf10ee16d2b6784739b7023c801e4445bee48 1,845 0.99/1.00 vMB 34
420,347 420,347 000000000000000004bd4cac39b9d8673ab628c6fa2f0498b781e1693402aab8 2,540 1.00/1.00 vMB 60
420,346 420,346 0000000000000000046d45dfd6a831cd5e88268ac1e56c6371bc20d59a9f3365 1 0.00/1.00 vMB 0
420,345 420,345 000000000000000001f299555bacbd4b271a9898fa64d71dfe431f9fdfa2891c 2,752 1.00/1.00 vMB 65
420,344 420,344 000000000000000004dac1a1a7914a00beac27f8240663a1fa5312e1b5255da3 2,729 1.00/1.00 vMB 55
420,343 420,343 000000000000000002023966d5db772f2adcf0754d25abe0e3c05a8ccba7225e 365 0.70/1.00 vMB 12
420,342 420,342 000000000000000002d8bb4f4801f77051955ab4e2387444fc77b2b74a1adad1 1,678 1.00/1.00 vMB 37
420,341 420,341 0000000000000000032a933d6c1ed90a45351e52e789bef1861120c2bbd694a5 2,962 1.00/1.00 vMB 71
420,340 420,340 000000000000000002d9fea2ef7c4216b8cc106f32f5aa66c679ede44415f7ae 1,938 0.99/1.00 vMB 46
420,339 420,339 0000000000000000036a43def27c9006b0eb6cf0f38cda65c74846ca6eb4ba77 1,208 0.48/1.00 vMB 55
420,338 420,338 0000000000000000003fe2478b5a28bd2c8ee4d7a31fb1b50fcbb7b4c8424ab9 1,148 0.98/1.00 vMB 25
420,337 420,337 000000000000000003162cfb3761b015fa7186760c9a7533b44ab6ac94438ead 239 0.09/1.00 vMB 92
420,336 420,336 00000000000000000436b7b427c1b3f8935870fdea115e765b18adc6b348208e 28 0.01/1.00 vMB 51
420,335 420,335 00000000000000000340657983d4fb8fd948efa390ab708a96945c60b6af7117 996 0.89/1.00 vMB 26
420,334 420,334 000000000000000004f967f12492c91f3f84d2a4f0c40fa7a0cbe162e0065090 2,246 1.00/1.00 vMB 57
420,333 420,333 0000000000000000004813df9ba16f57646496d97c6fa0b2b9f9b6b4c303fb20 2,871 1.00/1.00 vMB 78
420,332 420,332 0000000000000000021b2127cae17f7e45c6ecb5d28d59da70df9bbbca9357b8 701 0.65/1.00 vMB 35
420,331 420,331 000000000000000003e4d003fbe9ca43aa8c7c4c0b470b83950d84ea29c518a5 1,905 1.00/1.00 vMB 49
420,330 420,330 0000000000000000034ca931705adb50b148ccbe9addbfc8f508a3c93d658bd6 1,693 1.00/1.00 vMB 45
420,329 420,329 000000000000000000af846d613c8b4f88121cbbeffb58ece7b04c8ab996ec36 329 0.26/1.00 vMB 20
420,328 420,328 000000000000000001b099880c8d3307cf10cec4000f9673b1f8cb9ce145f00e 2,401 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.09 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: 651.48 GB
    • Received: 13.59 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.