Loading Tool

Explorer IconExplorer

Memory Pool

78,906 transactions
29.22 vMB
0.12062703 BTC
Random Selection Loading Transactions
Max Size: 176.23/200 MB

Candidate Block

Mining Attempt 4b87f781200ce9c9ceb5ffa2690b876f7558caeae0cbde7cb61cc0f5024b9ac3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5519dd0c845d6cf7bf793464c3edebda783a5932eb96aeb0d1765d48290016a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.04380736 BTC
Feerates: 150.80 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (310,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,549 604,549 0000000000000000000b45b44d04225a54239417a714d1e0edd251613175b6aa 2,275 1.00/1.00 vMB 7
604,548 604,548 0000000000000000000a33a40f0fe38fc961acbd534a766cb22cb1a721c77613 3,340 1.00/1.00 vMB 30
604,547 604,547 0000000000000000000e6fedcb0e3f5660b0e410123ba9075b0beb85b7fe2fc6 3,453 1.00/1.00 vMB 20
604,546 604,546 0000000000000000000b1a15e1e3ce63aec8e002ec68678b8dae94e976e96247 1,390 0.60/1.00 vMB 4
604,545 604,545 0000000000000000000d8a309a0f9891d4ef7513a4e4d5686600de9fa6abe701 2,691 1.00/1.00 vMB 8
604,544 604,544 0000000000000000000e336e36274de25424b13b045635b5c22544b93bee895b 3,106 1.00/1.00 vMB 29
604,543 604,543 000000000000000000145b5898271ff592d2bca8dd2cf816f67b2c6c729f7513 2,213 1.00/1.00 vMB 23
604,542 604,542 000000000000000000118c4fd9d4d4ceffafe454aacd1d974d677e37f8a6d219 2,934 1.00/1.00 vMB 30
604,541 604,541 00000000000000000009e0ffe1d0f10b0455965b59aff43f7a026d807a24264a 2,528 1.00/1.00 vMB 55
604,540 604,540 0000000000000000000eb4a418b812d2c23ac4f46da330e2200103114fb695a1 981 0.25/1.00 vMB 22
604,539 604,539 000000000000000000028e6485d1cc2a45b0e57058877e5d1157a431a3e41a1f 229 0.06/1.00 vMB 14
604,538 604,538 00000000000000000001f7334f0f3134fa436d3a65a13e0fa4744df75197ae74 520 0.14/1.00 vMB 23
604,537 604,537 00000000000000000005ca9833c8cd86d0b4b3f6c5add8a1dc61b4f34d48caac 59 0.02/1.00 vMB 23
604,536 604,536 00000000000000000005be373d02c6105127d94e1d2b73d0beadce073311287e 997 0.32/1.00 vMB 25
604,535 604,535 00000000000000000006d6912fcc75c966110781e7684e5fb4c38e987c92770c 1,128 0.32/1.00 vMB 19
604,534 604,534 0000000000000000000ce9d69f7140843e24ad1e935e6a2f7e97effa93cd6156 660 0.20/1.00 vMB 23
604,533 604,533 0000000000000000000d4ca1fcd9970d549b7026eacc4027e9621177035473dc 1,064 0.45/1.00 vMB 12
604,532 604,532 0000000000000000000bc6cd56cb0b0712dd85cae5091a34f7b5a3924a85cb73 2,327 1.00/1.00 vMB 15
604,531 604,531 0000000000000000000bb935f56cb694c457f8a096d8b14c1e86e780ff0e8824 1,646 1.00/1.00 vMB 16
604,530 604,530 000000000000000000079f51eaee331c7b4a742c418e8d592688bf2805e23f64 2,067 1.00/1.00 vMB 26
604,529 604,529 0000000000000000000c18e119c296645ac6a29d8ec10c75a87ab1af08a67684 1,916 1.00/1.00 vMB 7
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.