Loading Tool

Explorer IconExplorer

Memory Pool

33,479 transactions
27.70 vMB
0.05608707 BTC
Random Selection Loading Transactions
Max Size: 137.78/200 MB

Candidate Block

Mining Attempt 2bc24d14182112a759f853defb53f5106573e74f51f2b6a7b51525130365d848
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 551ccf1b4e0ea424a591bf700c27c543e4d22bcd47ffc1d5ac252d4602bbed57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 881
Size: 1.00 vMB
Total Fees: 0.00338766 BTC
Feerates: 40.21 > 0.34 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (1,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,985 912,985 000000000000000000004c1a5b2dad9ad6b72a40d5035c740a1eaf021b193ef2 5,339 1.00/1.00 vMB 1
912,984 912,984 00000000000000000000b84350826d7e485b2f5350f601518e19ec6e5a08d4e8 1,295 0.44/1.00 vMB 7
912,983 912,983 000000000000000000011285dd24448adbbb2956322adb2bcb59e3bccd14ca84 3,929 1.00/1.00 vMB 3
912,982 912,982 00000000000000000000fd012ea049d25cf28e26aee7c7a1fa30d0c8cd0c6532 2,471 1.00/1.00 vMB 3
912,981 912,981 000000000000000000003ae45c1b132e52c11828e07175271eb6a18518b58f8a 1,346 0.52/1.00 vMB 2
912,980 912,980 000000000000000000004baec7b42e7a2786c4e3475c0f5b18e331c9c95a12d3 2,619 1.00/1.00 vMB 2
912,979 912,979 00000000000000000000cc6d598864331c67a34c85155866c526e1ea46bc0fa3 1,247 0.42/1.00 vMB 2
912,978 912,978 0000000000000000000104ebb6cf6aebc41ddfac20caa8800e7ab18605d6c8e8 5,402 1.00/1.00 vMB 0
912,977 912,977 000000000000000000000c693a119f1a086e8bf27ff7986a40bd281ee4361631 6,671 1.00/1.00 vMB 0
912,976 912,976 0000000000000000000191d1376b4657e5642d8f1f0aab5a88e4b47ab39fa883 4,750 1.00/1.00 vMB 0
912,975 912,975 0000000000000000000227175a7c8ea3a7cf1054b0c7a75981cedeb3ea163cc5 4,518 1.00/1.00 vMB 0
912,974 912,974 000000000000000000019f47294b7c2a736d2beb57ebb16b9487f81addcee4e3 2,963 1.00/1.00 vMB 1
912,973 912,973 00000000000000000001ab9c7117b5724609b0ce0768ad83beb72674f107b35a 2,132 1.00/1.00 vMB 3
912,972 912,972 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf 611 1.00/1.00 vMB 0
912,971 912,971 00000000000000000000837abd21e9ef1b31b5cbe9f9dfb767fcfc0e44aeda21 4,033 1.00/1.00 vMB 1
912,970 912,970 00000000000000000001a3a5cb04be99b7ebb0a4c795a7869c81b2a83b3196a2 2,736 1.00/1.00 vMB 2
912,969 912,969 00000000000000000000244274ad5e8211ccbb0d41d256308922e848104309c7 3,120 1.00/1.00 vMB 1
912,968 912,968 000000000000000000017e8deecf5bdd650d9e1a0a528fe4329d6eb0e19f9a94 2,404 1.00/1.00 vMB 3
912,967 912,967 00000000000000000000b848b1ae867850947628527a7968daba71716e55c4b5 1,316 1.00/1.00 vMB 1
912,966 912,966 0000000000000000000111f653774ccc67aee0fe3c252f9465031b0384895b48 1,939 1.00/1.00 vMB 4
912,965 912,965 00000000000000000000744a564524b79577203ab13e9d23d2467d6d45b9ee1d 3,298 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.59 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: 623.38 GB
    • Received: 11.45 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.