Loading Tool

Explorer IconExplorer

Memory Pool

41,761 transactions
26.72 vMB
0.05588029 BTC
Random Selection Loading Transactions
Max Size: 140.20/200 MB

Candidate Block

Mining Attempt 01035690cc0b16b98d81495b6cd90652eea2a89475cce14463f956153c27a3d5
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 6ea46a4e6729438c5bea70d7bfbb4c218cde2057dcc80b4d4584ec2c1befa61c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,621
Size: 1.00 vMB
Total Fees: 0.00648152 BTC
Feerates: 103.41 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (47,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,017 867,017 00000000000000000001b6d26a91c1b2e2b4f995277828564d6af6084b373d1b 2,125 1.00/1.00 vMB 6
867,016 867,016 00000000000000000000e0ce51222449a410eda0b0230fe4690b3f927e624aae 2,045 1.00/1.00 vMB 5
867,015 867,015 000000000000000000028ba1de91c9603b474a5e2ef6eea461afe847bd963626 2,468 1.00/1.00 vMB 7
867,014 867,014 000000000000000000006b3feaaafd78a75aec86c1105dd4f5c09f7f0c6f3db4 2,732 1.00/1.00 vMB 13
867,013 867,013 000000000000000000003decf4ed418dcbcdca6ed5a8d835b389ad6bf49bb93e 3,463 1.00/1.00 vMB 9
867,012 867,012 00000000000000000001594fb2a8a53ce1a6af00363ffe077f11138b5c933020 3,597 1.00/1.00 vMB 18
867,011 867,011 0000000000000000000228395a1d05ceadf70f58a44538fafef6118fe1f1b1e1 3,295 1.00/1.00 vMB 19
867,010 867,010 00000000000000000000d8475e6e47d727d2991e3945cfb31955d3ad2e2ad906 5,137 1.00/1.00 vMB 7
867,009 867,009 000000000000000000029a3c1326a6c557bbc84463f61b81fc8e01ad6055e590 4,019 1.00/1.00 vMB 9
867,008 867,008 00000000000000000002c456a47ec64a6570386b17922591ce639159ba40febb 5,546 1.00/1.00 vMB 10
867,007 867,007 00000000000000000002cf33da3ed9373c397ab5905e6388e84fd95d33f7f27f 4,502 1.00/1.00 vMB 16
867,006 867,006 00000000000000000002e2612c7335cb491142819545d8830da21bb2876671ce 4,696 1.00/1.00 vMB 16
867,005 867,005 0000000000000000000245c43ba4eb72642521d7d61df97c0841c944fd47a845 3,714 1.00/1.00 vMB 19
867,004 867,004 00000000000000000000f55c74bfd5571ba8d6a18bd89ba8951b30065ced0847 3,574 1.00/1.00 vMB 14
867,003 867,003 00000000000000000001b684689ea3fc2da5a2ffd41f3bc54c3d4a234b1c8abd 3,296 1.00/1.00 vMB 5
867,002 867,002 00000000000000000000ee52c1e8693e27fde82db040a5a2ad6311d02f6b73f2 4,325 1.00/1.00 vMB 7
867,001 867,001 00000000000000000001c015ad45c818475a0f1377e48afa7332a56f9ce009ad 6,186 1.00/1.00 vMB 6
867,000 867,000 000000000000000000026fa66f8ff5458e2c1e9f977c0c2a12c25c11ee72b2b9 3,040 1.00/1.00 vMB 12
866,999 866,999 00000000000000000002e87ccff94028b0f17a53ce9f04b9df1ea2b2ac23b66f 3,685 1.00/1.00 vMB 10
866,998 866,998 00000000000000000000a823ec6ca1e128369251b72c23dafc29cd5e04c751a3 1,991 1.00/1.00 vMB 5
866,997 866,997 00000000000000000000d02c73dd5ff0d5ec34eb39721e2a725f8f7ce2a8e7a0 3,364 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.