Loading Tool

Explorer IconExplorer

Memory Pool

34,226 transactions
25.36 vMB
0.06840052 BTC
Random Selection Loading Transactions
Max Size: 129.18/200 MB

Candidate Block

Mining Attempt 1df5775b50afc9eb77f89ef1a2b3833b046f1750b51cb97d2be61ce2b15f5cb3
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 3989421b67eecf394c1e8f678447173449e97c2f7cdae9949b90b595e5eac46a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,322
Size: 1.00 vMB
Total Fees: 0.02268158 BTC
Feerates: 101.67 > 2.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (150,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,709 764,709 00000000000000000004943eeb3b08d3a5ae84d60b4909271a9bfc1232ac31b0 1,795 1.00/1.00 vMB 23
764,708 764,708 0000000000000000000143cd57b7fdbbe5d01bd87e5007676918eedf431ec317 2,085 1.00/1.00 vMB 11
764,707 764,707 0000000000000000000762c4965f7aa6f653d314af3c1566719b138073e93e9f 1,995 1.00/1.00 vMB 24
764,706 764,706 00000000000000000003bacc8d5e500afec0a6791b511b5e0c4f40f31949c8fe 1,969 1.00/1.00 vMB 24
764,705 764,705 000000000000000000010739a94f7eb1e88a5f790ab0ab6d239518331fb58575 2,801 1.00/1.00 vMB 24
764,704 764,704 0000000000000000000521dce12ea10cb2f89794c09c04995d3b80f01f9ab5ed 2,714 1.00/1.00 vMB 23
764,703 764,703 0000000000000000000428b15274682dc1bf67515244ba475d18fb896daa8f69 3,067 1.00/1.00 vMB 29
764,702 764,702 0000000000000000000062f484900a08b9dff359f83017f1dc9f042d2638f86c 2,644 1.00/1.00 vMB 24
764,701 764,701 00000000000000000005923e654b83131ad01fe3fa24a59b773ca57c3b963b20 3,282 1.00/1.00 vMB 39
764,700 764,700 000000000000000000042e6c9c936cb0c9459a7bc925c9f17927edf742f57a9f 1,952 1.00/1.00 vMB 20
764,699 764,699 000000000000000000051ebca3b388ba946a14f6d07ba84c0e95d3fc5c8dba51 2,783 1.00/1.00 vMB 21
764,698 764,698 00000000000000000006d843094ee094f576fe1814ba17447ed3e3e1ef192a8e 3,234 1.00/1.00 vMB 26
764,697 764,697 00000000000000000002af21cbb4db611f04f40e6595f335c80e894113a90dde 1,679 1.00/1.00 vMB 39
764,696 764,696 00000000000000000005defc6d61f63559dda9a1c09e44627c61a3d051dc9a02 3,580 1.00/1.00 vMB 36
764,695 764,695 00000000000000000002193cdb20ca1cace9d9a45e5246c1c930b6211aa7aede 2,458 1.00/1.00 vMB 23
764,694 764,694 0000000000000000000379a068a8d8bfec843c55a9526f7c5ecb5d92041601a6 2,348 1.00/1.00 vMB 31
764,693 764,693 00000000000000000004f0f3d235803ff318c790ac98520556b17cea318714d2 3,314 1.00/1.00 vMB 29
764,692 764,692 0000000000000000000593b7074c4baf1861f6601f3433cf647964d5a480c23a 3,347 1.00/1.00 vMB 34
764,691 764,691 0000000000000000000071d7abb2bd7a22d4cb2a5e365b5e259f8cbce78073c3 2,504 1.00/1.00 vMB 44
764,690 764,690 000000000000000000011545fbeae98473edc2fb5d949fbd9a0c7d1d54225705 3,025 1.00/1.00 vMB 35
764,689 764,689 00000000000000000007607d2c368cfafe4fa410f2aaadd00c0bac6c9fd4c78f 3,292 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.