Loading Tool

Explorer IconExplorer

Memory Pool

78,667 transactions
29.14 vMB
0.11817219 BTC
Random Selection Loading Transactions
Max Size: 175.82/200 MB

Candidate Block

Mining Attempt a1c0933cd580c733e2328c0e80bd3364935ec8814f582e2fc3a92afd4a83a3f8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 472d0663791bd242819f0f456baf60189ead144c26b4a83f04ce1c0027719d8a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.04255953 BTC
Feerates: 150.80 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (379,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,716 535,716 0000000000000000001896ca589437f98f93bb98a81da2542552f3d8016bbda3 2,314 1.00/1.00 vMB 5
535,715 535,715 00000000000000000000e1215d9bf53b75eca2418c9a493def0c9bd20a508b78 1,977 1.00/1.00 vMB 28
535,714 535,714 0000000000000000001988b18886b3e0f96781beaed8535f55b2404567ecff01 291 0.15/1.00 vMB 13
535,713 535,713 000000000000000000211641d7b23627ae48d98f014f6dbd872cc46c11e2c167 453 0.16/1.00 vMB 21
535,712 535,712 0000000000000000000f1fd1b76ed7cad8652661814182c8d6a50f53d0ca8b1a 441 0.22/1.00 vMB 24
535,711 535,711 0000000000000000001a5f407138b47b0228257a5621397b6f7e938cb53df97e 916 0.46/1.00 vMB 17
535,710 535,710 0000000000000000002f42071be6051ef88a149d8c1bea98e66e20dfbc7f67fe 1,316 0.74/1.00 vMB 20
535,709 535,709 000000000000000000198759867e5b923945c6ec2645f9c9737074b289b63bfd 127 0.19/1.00 vMB 4
535,708 535,708 0000000000000000000179496ae2e69e0215ed23359234a8bc2cb62b522581f3 905 0.47/1.00 vMB 10
535,707 535,707 00000000000000000025495cb81b9e4fd54ae03498b9100992a3c439416a2a8d 2,493 0.99/1.00 vMB 21
535,706 535,706 000000000000000000215a70f80b9c9f5ac551054fd63213ddca402e9b47b111 817 0.47/1.00 vMB 10
535,705 535,705 00000000000000000017c1b37c7c1a14aedf1e5d9ace6f56825d25d1ce5a0754 589 0.24/1.00 vMB 30
535,704 535,704 000000000000000000031c4ff80ac7a95a5488a655673c9a1ee8aaa0e9bbbaf4 1,300 0.62/1.00 vMB 13
535,703 535,703 000000000000000000163f271bceea5867c60fc4af72e970258c61432dc8dbb5 2,919 1.00/1.00 vMB 24
535,702 535,702 00000000000000000005e9ad3ad1813710a3a71e8728585e112b7d4b8fc28a6d 1,928 0.84/1.00 vMB 10
535,701 535,701 00000000000000000008e545f8639b8f461284eb6cb41c41b4ca96ecdddbd01d 1,657 0.57/1.00 vMB 19
535,700 535,700 00000000000000000006a5c887ef705069a818d7680dbd3e978f3164f2826b5b 1,993 1.00/1.00 vMB 28
535,699 535,699 000000000000000000225143e3fa999c88debdc06a0da60e5a6253f309e345c0 67 0.02/1.00 vMB 7
535,698 535,698 0000000000000000002953f7929be77f4fd2996b31756c5640c3db788f8fcb70 1,536 0.49/1.00 vMB 18
535,697 535,697 0000000000000000001cda58c3a388482e0c81dbacbedf4c6a7811c5916ef12f 1,151 0.42/1.00 vMB 21
535,696 535,696 0000000000000000001db95565ac922d7eaf729f4f74eb4011f6b819f48c1e39 209 0.06/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.