Loading Tool

Explorer IconExplorer

Memory Pool

43,427 transactions
29.83 vMB
0.07001532 BTC
Random Selection Loading Transactions
Max Size: 152.66/200 MB

Candidate Block

Mining Attempt 73fe73901a8de254c9dee4f22649ff71e7d63b73ee856974271c69adfca6dd21
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 49b551e17912a1371573ab50fe0b451cbb2aea369b3578d48e3ea4ff6b54fa92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.01085126 BTC
Feerates: 22.32 > 1.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (793,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,584 120,584 0000000000001f76f19d62590e2963ba3a30e734e00ef29e5a6a3592d16fa50f 12 0.01/1.00 vMB 270
120,583 120,583 0000000000009432a8385b8aedfa63a067af216c4663ab6b6e928622d1912922 7 0.00/1.00 vMB 325
120,582 120,582 0000000000000f3e6aebceec4b8af5c3543ccaf05bcffed4687604c4642394f3 6 0.01/1.00 vMB 0
120,581 120,581 00000000000087948d7421760eeda29aecf5240a5dca2ea7c8f43c79f63ffec6 54 0.02/1.00 vMB 929
120,580 120,580 00000000000016f2dbd9dfbef9d80d9f36e4ff114145d56838f99f4394100e51 27 0.01/1.00 vMB 1,562
120,579 120,579 000000000000ab7652c895fe2cd60a57408e6e81d484c6046e852063833e1154 7 0.00/1.00 vMB 0
120,578 120,578 00000000000095fef66081fc9bce221588f5db59d1d2fcb7ee071c3240ac39f5 12 0.00/1.00 vMB 1,348
120,577 120,577 0000000000009b7de5410863b69a7f950207883aad302c06016ee902e400e4d8 8 0.00/1.00 vMB 333
120,576 120,576 00000000000052733ad400fe2f17d8728e3d44e1a43efa38c5e4c15517e12e04 4 0.00/1.00 vMB 0
120,575 120,575 000000000000a227f3ec8bcbfeeee8a2e61364d5edda24aea6375ada06a471a4 13 0.00/1.00 vMB 890
120,574 120,574 000000000000b03d9d4216a376ee2d310dacfba4940d42f4d935a61a2719bb05 82 0.03/1.00 vMB 260
120,573 120,573 0000000000005b41d5b7975ff669b57bbbbc5a3b42e93dee4d57aa0bb52cf883 13 0.00/1.00 vMB 1,120
120,572 120,572 0000000000009127cc0207ae5895e309b0cc4b407326fa80891508dc36826566 274 0.07/1.00 vMB 27
120,571 120,571 0000000000003507b73468fb41d06c8bfa5ed4734d5afb1f06f9d127eacd59c4 370 0.10/1.00 vMB 253
120,570 120,570 000000000000a6f2b25ad95406ffb38e59597b791d8dfeacdf820c5d8ba53cc7 9 0.00/1.00 vMB 317
120,569 120,569 0000000000007207ef1c094cefacf0fecc5f9d83e99acb4061d68096316471c7 20 0.01/1.00 vMB 1,836
120,568 120,568 0000000000008e40a5f847cc57220f60859f90cda65a24aec65e28d1d7575965 18 0.01/1.00 vMB 1,211
120,567 120,567 00000000000055f998018b6e1e0a1fcf46251e7a1aa6f77e6eae89553aecc7ff 11 0.00/1.00 vMB 0
120,566 120,566 000000000000ae422acd305205c334aa2ce00e29c9da5c39d7ce2fd23df9712f 16 0.00/1.00 vMB 400
120,565 120,565 000000000000b0ee0c19472d4595adb851d876d0f0c70d4e6edb55cdf05234ca 43 0.02/1.00 vMB 670
120,564 120,564 00000000000003039fba148474206f0e6185acdbdd6463e339609d082e657076 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.65 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: 626.64 GB
    • Received: 11.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.