Loading Tool

Explorer IconExplorer

Memory Pool

85,722 transactions
32.84 vMB
0.13121896 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt c9e226af0ffe93a4d5f88a53552827f17b8296f1efcc80f4d7a701a7e8e8070d
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 27c46b401d258f4f8c819449eda5023cf06a60a52a305c65e8d0fb269f6a62b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,643
Size: 1.00 vMB
Total Fees: 0.06082649 BTC
Feerates: 387.56 > 6.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (150,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,715 764,715 000000000000000000052bd3057d87012fbe9347514e77610a325a0661bdd118 2,396 1.00/1.00 vMB 27
764,714 764,714 000000000000000000056cffec3bc82cc560a83b451d222b4a4667e771920334 3,834 1.00/1.00 vMB 30
764,713 764,713 0000000000000000000381431c4de9554822d0fcbbfaf56f5c195792005f94b0 1,265 1.00/1.00 vMB 38
764,712 764,712 000000000000000000022443fc2ae36e5de2c6370bb1e7fbc54ee067b0b06505 2,138 1.00/1.00 vMB 43
764,711 764,711 00000000000000000000e8bb9ba9ab1e944feec4f359251c6ba8603bb6b6a9fa 2,962 1.00/1.00 vMB 19
764,710 764,710 00000000000000000005eafc06a9f1edb4786c119c1d3a04becc7233d785be2a 2,512 1.00/1.00 vMB 33
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
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.