Loading Tool

Explorer IconExplorer

Memory Pool

46,299 transactions
28.87 vMB
0.14351500 BTC
Random Selection Loading Transactions
Max Size: 152.76/200 MB

Candidate Block

Mining Attempt 0d32e19025d3fd27fd665ba240b38cd1451cb7e0a762fde473068a71de7e485a
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 9168d4714ac8eebacc201fba2153c62d4d250577b055374858e21a9af11d940c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,513
Size: 1.00 vMB
Total Fees: 0.08125582 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (354,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,512 560,512 0000000000000000002d4a16a98fc33f4280b2eeaae6254181b8a3e8d442452d 2,315 1.00/1.00 vMB 11
560,511 560,511 00000000000000000007f4e185311b847c95b6d5ba8ec8f0097644b5c434ad34 3,148 1.00/1.00 vMB 26
560,510 560,510 00000000000000000027593f1c08c0941f94ba844ea56bb18eddca56f5762ff6 3,005 1.00/1.00 vMB 17
560,509 560,509 0000000000000000000a6f1574d39070a82f5064fba728ad9fd8d6eac98a9d08 3,037 1.00/1.00 vMB 22
560,508 560,508 0000000000000000000076e006045bb5a5a60053f47fadd199fb5cf3afbe056b 2,842 1.00/1.00 vMB 27
560,507 560,507 000000000000000000232a2e0377dd01c11b0d36b39407f35d40875ed39368ee 2,612 1.00/1.00 vMB 25
560,506 560,506 0000000000000000002fdbd90736a5530315459cb884aa9374a4c35b03e52b83 3,247 1.00/1.00 vMB 31
560,505 560,505 000000000000000000263d18987d23fbff1ee58d3eb66787ef0e958b289004c3 2,678 1.00/1.00 vMB 20
560,504 560,504 0000000000000000001d2e0b82f4fbb39bec4d982e80c6588921b766e57161c3 2,851 1.00/1.00 vMB 22
560,503 560,503 00000000000000000026c8e1e6a5b6a5f8aa5e487aaf20118a95d5dd703996bc 3,244 1.00/1.00 vMB 57
560,502 560,502 0000000000000000001a9ac32ab3914b244345a5e43e47df39088bb90c8ef9ec 3,022 1.00/1.00 vMB 50
560,501 560,501 0000000000000000002c6dac812e43c11fe9b1bf933d8683257cc9e58371e030 990 1.00/1.00 vMB 11
560,500 560,500 000000000000000000160149b07886f25cb0b6ad63336ddebd422b9f1521f3e6 2,718 1.00/1.00 vMB 7
560,499 560,499 000000000000000000090a236d3dd8db6a78dcbd2976a508c902c2401ff51f4d 2,548 1.00/1.00 vMB 15
560,498 560,498 0000000000000000000e527308e989dc6bbb0352b5f5e387906ce1e50bf136ab 1,958 1.00/1.00 vMB 11
560,497 560,497 0000000000000000001257d5ee43b87805473a155be8cbbdc7cafaf707d836fe 2,698 1.00/1.00 vMB 17
560,496 560,496 000000000000000000021dcfa32170936b45a4313d83f562b540c008dbd9e8e7 3,044 1.00/1.00 vMB 15
560,495 560,495 0000000000000000001b1a9ccfafb21c9d32b75b927081c00549e74f9e882c3e 2,680 1.00/1.00 vMB 44
560,494 560,494 000000000000000000246f268af044911fc2a63c0124a96cc636793ab5c0b749 2,892 1.00/1.00 vMB 37
560,493 560,493 0000000000000000000bd5e1c7a7deefa11db5b430bb623dd8e3ba12ecef18f0 3,065 1.00/1.00 vMB 14
560,492 560,492 00000000000000000009e25d348d795cbd99d99005c640d2b7656aacd601ba9a 1,160 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.