Loading Tool

Explorer IconExplorer

Memory Pool

44,931 transactions
26.99 vMB
0.08683080 BTC
Random Selection Loading Transactions
Max Size: 142.24/200 MB

Candidate Block

Mining Attempt 6e79e73c41d72a2bd17c0bff4c14c57ceb97ceea1c182764d74bc96f3f35e401
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 06596db50fdbc73a3ae78412dd29cecbcc40b531dcbc36c852f6fdd3f62b74df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,667
Size: 1.00 vMB
Total Fees: 0.03607655 BTC
Feerates: 201.07 > 3.62 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (331,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,554 583,554 0000000000000000000b18e50ec5a549a6e8d0dba1ee6f9002e4ed48fb11b129 2,454 1.00/1.00 vMB 63
583,553 583,553 00000000000000000012ec94c62d4235bd6d167ce4a5715093a1bd54ea63c8c3 2,395 1.00/1.00 vMB 62
583,552 583,552 000000000000000000225c7e928b6407ad611148fd1e1b14e13af7727a97ca65 2,579 1.00/1.00 vMB 106
583,551 583,551 000000000000000000220506c508ff624588242d47cd1b5f2cf43403f16180cf 2,619 1.00/1.00 vMB 52
583,550 583,550 00000000000000000003d593d2ee7b62242b8ed2e474a6ff0508c0b8f80d1880 2,546 1.00/1.00 vMB 96
583,549 583,549 00000000000000000014337a482ae59b2deb389b4e6e8eaf24583c65c8013f1b 1,599 1.00/1.00 vMB 100
583,548 583,548 0000000000000000001e675e8d7082f102a92b054ed2f816a32f39e5a88a3c48 2,484 1.00/1.00 vMB 111
583,547 583,547 000000000000000000044b19f763c9751045f0ea4e577d07644f73e553d467b4 871 0.38/1.00 vMB 56
583,546 583,546 000000000000000000067ba62e659c9812acffcc7bcc5967268baf6cb30283c4 1,941 0.90/1.00 vMB 3
583,545 583,545 0000000000000000001bf7661c362d298824491550915b0d7de285f8ed185aa6 2,881 1.00/1.00 vMB 77
583,544 583,544 0000000000000000000227bac12b5f9c1b24abf072a3b8bb561086eab32a0e09 2,627 1.00/1.00 vMB 90
583,543 583,543 00000000000000000001083218c47ae756ec5860ac120bdb6bc3bb31eabbe4e2 965 1.00/1.00 vMB 18
583,542 583,542 00000000000000000000dc6f938e5521cdbaacad6c97045086f45b006510945d 766 1.00/1.00 vMB 14
583,541 583,541 0000000000000000001750f7a459d74adc94af14bc0965740b3602fed2a0d4a5 2,275 1.00/1.00 vMB 25
583,540 583,540 000000000000000000096727d53e13ecee87bd158643f720e40f95ef05e30a2f 3,194 1.00/1.00 vMB 95
583,539 583,539 00000000000000000020fbe64400329bf5b49b40f85a45c4cb4579c3ae9ddaa2 1,996 1.00/1.00 vMB 46
583,538 583,538 0000000000000000000af7d1ad66a131d6d8493e8463727edf11ed80bf02173f 1,078 1.00/1.00 vMB 27
583,537 583,537 00000000000000000011a1d1ed3beaa76868af2a234e995086f09e05c1e8608f 1,117 1.00/1.00 vMB 12
583,536 583,536 000000000000000000015917dd2ef43a02d6a6c352ae048ac39ae2ac80cc4765 151 1.00/1.00 vMB 2
583,535 583,535 0000000000000000000f2ef41ce27791a2193aed9d50a63627f6f21e59ddef9e 373 1.00/1.00 vMB 6
583,534 583,534 000000000000000000098f3a33480b8042cef55d5cf067d8f67d33f6a1f239e1 910 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.