Loading Tool

Explorer IconExplorer

Memory Pool

43,084 transactions
28.60 vMB
0.06997962 BTC
Random Selection Loading Transactions
Max Size: 147.11/200 MB

Candidate Block

Mining Attempt dad5d90598dee91526c1574ad70b2ec6152256a8ede47517411a96acf1e84e3c
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root e88f50af1e9ff17a84924da05a2d3801cf1db6733aac46f3c54cc0caac1f3b8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.01456960 BTC
Feerates: 201.07 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (505,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,520 409,520 000000000000000002fa0a8c6593a55423cc8d4c53921636ad21d75e906ee1e3 1,837 0.99/1.00 vMB 27
409,519 409,519 00000000000000000288ddc01cf3a7de54137db0e501a65a68eccf291fbab084 3,174 1.00/1.00 vMB 76
409,518 409,518 000000000000000005f605f27eb43324c1bea48653d364906dc31fe85c5e8b83 1,993 1.00/1.00 vMB 48
409,517 409,517 000000000000000000846318667db0ab34c8c2dec9af4a65d6393a540de06e0b 1,248 0.99/1.00 vMB 22
409,516 409,516 000000000000000004bdcc957254773a66c248d23a3c5759938833d2618ca250 2,171 0.99/1.00 vMB 40
409,515 409,515 00000000000000000227afd48c1a64b9effd40c3ccec1a2dae709c23a66c1748 1,898 0.93/1.00 vMB 38
409,514 409,514 00000000000000000075a385ef09d8d4773d4402f7ca31f1e7b953df5eafe0b2 658 1.00/1.00 vMB 16
409,513 409,513 000000000000000004285494a62569214ae8b40de08392c4cc378d2d611d98e0 1,156 0.62/1.00 vMB 45
409,512 409,512 000000000000000000e818b00662df8ca8de030a5937bc9f8474978143bc9061 717 0.33/1.00 vMB 38
409,511 409,511 000000000000000004f1efa00392ecccdf4dcbed89d6899fe39a833c74038a63 322 0.31/1.00 vMB 19
409,510 409,510 000000000000000001b7484aad4176fb3616cd075a80019d764c2a2ec2c5b39e 835 0.64/1.00 vMB 29
409,509 409,509 000000000000000001d32eff80bc29857aaeac2dea95d01f77385b511d8532ed 2,251 1.00/1.00 vMB 42
409,508 409,508 000000000000000005840ffc4d074590e97657685966fb6db455fc3973d3d832 1,095 0.45/1.00 vMB 37
409,507 409,507 0000000000000000029dcc90379492e26c37c4414549646bfa0a5aae76cb7b1d 1,772 0.89/1.00 vMB 37
409,506 409,506 000000000000000002e39a9019edf0c383c14b4560b77a54473352fc43e49a7f 1,355 1.00/1.00 vMB 25
409,505 409,505 0000000000000000034d1ff97a51c86858aab4d0d8de7f5f7d3e09e6884b426e 2,545 1.00/1.00 vMB 47
409,504 409,504 000000000000000003637bfe7b888dedc5dde003d868e3f54461eefbe4bf19be 1,107 0.97/1.00 vMB 18
409,503 409,503 000000000000000002d5154ad74dcea5719e51374b12ffadae3a75a2e4dd4629 315 0.17/1.00 vMB 33
409,502 409,502 000000000000000004018037a0c93c3bb56a71af43a26521804a6a9b6147157e 1,996 0.98/1.00 vMB 32
409,501 409,501 0000000000000000028be0eb3b177a95a40b8232b7edf066739eb90bb88f228c 667 0.28/1.00 vMB 33
409,500 409,500 000000000000000003da4c6b0a1d089b66a8ca5d1b75381bb7b9a13ae8f144cd 1,034 0.59/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.