Loading Tool

Explorer IconExplorer

Memory Pool

46,272 transactions
32.36 vMB
0.13151840 BTC
Random Selection Loading Transactions
Max Size: 164.32/200 MB

Candidate Block

Mining Attempt 318067fcbee487ee9faa4b2315d728fd18a88f9739b5fc3893f85eacf1fa341a
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 9b63a7c0c5218a169ae7fb78b179f9fdea27b53c0e7fcfddf7de362679c2c50e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,945
Size: 1.00 vMB
Total Fees: 0.05757622 BTC
Feerates: 265.25 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (149,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,720 764,720 0000000000000000000169997295040213e2974a087f3c54c0c992554eb8409c 3,084 1.00/1.00 vMB 16
764,719 764,719 000000000000000000035850959cb16cd02a60d3d76361421b4e1684aa1fb20d 2,899 1.00/1.00 vMB 34
764,718 764,718 000000000000000000001ed431d629cdd0906b39e13bf7013681f1a2f864fb40 3,689 1.00/1.00 vMB 32
764,717 764,717 0000000000000000000299e19e121c37fe97c29f059bf708e7e7249a0aba66a1 2,615 1.00/1.00 vMB 44
764,716 764,716 000000000000000000054f2d4212eeae6d1cc0087564a0bdd6d968afafb9c8e1 2,081 1.00/1.00 vMB 18
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
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.66 GB
    • Received: 11.70 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.