Loading Tool

Explorer IconExplorer

Memory Pool

42,229 transactions
26.01 vMB
0.05066069 BTC
Random Selection Loading Transactions
Max Size: 136.59/200 MB

Candidate Block

Mining Attempt 5ca8b1e7a1c5b6c015782afae1dfd90deb921d6e786c91a52cf235c97f446fe9
Version 20000000
Previous Block 00000000000000000000e26c69d66b4d957ffcc15202e94d7da28d89cb2bd653
Merkle Root 6b69724ab166ac61878a4cc2dfe9e3bea1f170a83302854a79957b3e0bbf0125
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,593
Size: 1.00 vMB
Total Fees: 0.00339682 BTC
Feerates: 40.21 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,744 (153,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,347 761,347 00000000000000000007835ad2601e12b6af2b08c2a76276e9bbda70d75524c9 1,825 0.72/1.00 vMB 8
761,346 761,346 000000000000000000068c1ca8b190c979d8bf2d1ff000150dd10164f6fb7c0a 795 1.00/1.00 vMB 3
761,345 761,345 000000000000000000026bd3e1ea69b1a4be370a3e5e5941ba58911ba53c89b4 1,557 1.00/1.00 vMB 6
761,344 761,344 0000000000000000000452e6e69333164a2f5480e85c5f935c735cd7579dbedb 1,836 1.00/1.00 vMB 7
761,343 761,343 000000000000000000002816e8756cede6ff766df95af0a0fb898a4a4a964307 1,605 1.00/1.00 vMB 14
761,342 761,342 000000000000000000054f13dbb3dbf85da963b6350f57ef345ee0495c4ff5db 3,215 1.00/1.00 vMB 21
761,341 761,341 00000000000000000001fdf54b7a28284070d076170726132601812c3448cb38 2,088 1.00/1.00 vMB 10
761,340 761,340 00000000000000000004585c3f9d4e4a1a76ec62f4c28090647fd4f05dd3d6a1 2,941 1.00/1.00 vMB 13
761,339 761,339 000000000000000000004979aed3b4887504ec63aea2e0ca1dbb1d4f217d19df 1,143 1.00/1.00 vMB 1
761,338 761,338 00000000000000000005561531803dd2c66a93896ad6f2656f0fbc1f0cc93f4e 3,200 1.00/1.00 vMB 13
761,337 761,337 00000000000000000000cb248c17e607f9815ada60ed610d2f0249767009a8aa 1,017 1.00/1.00 vMB 11
761,336 761,336 00000000000000000005a4faaa0b181b87d8c42546c9b8b6053d6e9ab5cce1bb 1,189 1.00/1.00 vMB 16
761,335 761,335 000000000000000000048a54a367b44b64b0bf93ed43c16a449eddc364a03901 2,561 1.00/1.00 vMB 9
761,334 761,334 000000000000000000014be5024c4baf0d8a233ca6509a7cde22bca239f94d31 3,456 1.00/1.00 vMB 20
761,333 761,333 000000000000000000061143d5fc22debd710de2d3a7a78ae8262bfd4fec241d 464 1.00/1.00 vMB 1
761,332 761,332 0000000000000000000078148cea43d66a661f0f19f2127bcfea81204df0e2bb 2,169 1.00/1.00 vMB 9
761,331 761,331 00000000000000000001d7a74e59893bd22af7b7ff14cc20f652ca25c25b54b3 1,204 1.00/1.00 vMB 3
761,330 761,330 00000000000000000007850fff7e044b2fb670e0951432d6870ce53e748b8be8 1,514 1.00/1.00 vMB 5
761,329 761,329 00000000000000000004b33c73c1cb92af8e1c164eff4f8301fea6856f9691c1 2,551 1.00/1.00 vMB 11
761,328 761,328 00000000000000000002f53a158ecd741d3c9415227eae8278e695d1cad059ba 2,593 1.00/1.00 vMB 11
761,327 761,327 00000000000000000003540eebc0b700b3a502955c037e2a1c127854aa96995c 1,388 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.93 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: 646.49 GB
    • Received: 12.86 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.