Loading Tool

Explorer IconExplorer

Memory Pool

45,567 transactions
29.02 vMB
0.13812488 BTC
Random Selection Loading Transactions
Max Size: 151.26/200 MB

Candidate Block

Mining Attempt 976373fda60c50a5140a00bc3c35c3eda0efb0742a3b258c5fa570ef0040f77b
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 78be5e569f0078f6e3990890d705128b6614b5d0fb50e49eccf48a2bae7d2a20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.03894270 BTC
Feerates: 100.25 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (222,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,012 692,012 0000000000000000000b304fd620a1738101f3bde2928be2dcaac5fb88050ed6 2,786 0.97/1.00 vMB 15
692,011 692,011 000000000000000000081cbae5065c0d8cdb9f178171d32746fa73ff0ead5dd5 611 0.20/1.00 vMB 14
692,010 692,010 00000000000000000000404f247a48efa61c93b570b87eb8efd3b7173632a90a 285 0.08/1.00 vMB 13
692,009 692,009 00000000000000000002e68306219a64cf3b4a2ec233eafea9655d61838c69d3 732 0.49/1.00 vMB 37
692,008 692,008 000000000000000000051f63a491e8cab6745447e1636b523466ec822b24af7a 899 0.35/1.00 vMB 14
692,007 692,007 00000000000000000009c74a77909af7461f949c15b5f28fe0357b194fb08a06 1,762 0.95/1.00 vMB 6
692,006 692,006 0000000000000000000342af663fd4d7d44276666d3731d34039902d0b64e7f0 3,290 1.00/1.00 vMB 4
692,005 692,005 000000000000000000045665d125496b4682c1e25c18c81b258e25e94ddc99bc 2,724 1.00/1.00 vMB 26
692,004 692,004 00000000000000000012becd21de5e7b887c5d59aa443a757e69c0e5d48e7005 700 0.52/1.00 vMB 8
692,003 692,003 0000000000000000001026c4af5e984b9b5617fa4bbb663e2c60c22b3ae75bf6 738 0.97/1.00 vMB 2
692,002 692,002 00000000000000000000b47840e84521912b6503be670409b0bfb64613c8a02a 996 1.00/1.00 vMB 2
692,001 692,001 0000000000000000000c9a544d5289b5d9adce05822ba2515053d1dddbac0634 1,968 1.00/1.00 vMB 13
692,000 692,000 000000000000000000054dab4b85860fcee5808ab7357eb2bb45114a25b77380 1,775 1.00/1.00 vMB 6
691,999 691,999 000000000000000000001360db4e8073dfe63b9f34647be8380a1f9ab75e7e22 2,658 1.00/1.00 vMB 7
691,998 691,998 0000000000000000000b7577f32fcc461b24614bf5af2e81c7d7cac7b9fa1616 2,873 1.00/1.00 vMB 27
691,997 691,997 00000000000000000012062f3c4d00ee1297bc95920c554b3f23354091b64be8 2,511 1.00/1.00 vMB 4
691,996 691,996 00000000000000000006dc67c0692a3f173f705f0379c2c9956f7b9846a4d3d8 3,275 1.00/1.00 vMB 10
691,995 691,995 0000000000000000000219c8e8fe54c1174ed1d7e4759dd800e19deeeb5db32f 3,179 1.00/1.00 vMB 37
691,994 691,994 00000000000000000010f53d18bd79a90912944949215775b8b2c5c26393798d 1,922 1.00/1.00 vMB 12
691,993 691,993 0000000000000000000df3f26e4018df8dc6cd491951b807799d1295b0b67a09 520 0.84/1.00 vMB 2
691,992 691,992 000000000000000000096a805d173cc25f24c6e1ca03284b32b56d4607eaa294 1,898 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.