Loading Tool

Explorer IconExplorer

Memory Pool

86,500 transactions
32.92 vMB
0.07691906 BTC
Random Selection Loading Transactions
Max Size: 196.28/200 MB

Candidate Block

Mining Attempt 4a1bd954f3c4ac0a11e71e1c518b619de869471d4ba0d8c21a076b2564de78a9
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 0ff0a9fcaa88349ec8682529826ed223953223ce98b27cd48a271eac15488536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.01154854 BTC
Feerates: 151.14 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (152,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,715 762,715 0000000000000000000669623a82b382a363b5c54bbc7fb19dcce78514e2edb0 2,751 1.00/1.00 vMB 15
762,714 762,714 00000000000000000003f7c712e6392afd8961c35fa1ca7ed12e5911c3ea692a 3,734 1.00/1.00 vMB 21
762,713 762,713 00000000000000000004f6787e3184bd8c9574290720cba8aea1fb0d4a537e30 3,075 1.00/1.00 vMB 37
762,712 762,712 00000000000000000001240aa51c425d0744afc07b3e6dfbce56b64d33c02866 3,114 1.00/1.00 vMB 23
762,711 762,711 00000000000000000000177f955a45c08c69e7d1fef40cd9e3c8ae89956fe7d7 3,121 1.00/1.00 vMB 41
762,710 762,710 000000000000000000038496d6a33334a731184235aabc5d74e9cf6b6b8cfdc6 2,446 1.00/1.00 vMB 23
762,709 762,709 00000000000000000001a2ce15419298ef461336f2ea776f88b8b0738f1e44e2 1,900 1.00/1.00 vMB 21
762,708 762,708 00000000000000000006b794d609fe49bdecf0f40e868b1987707806b3e1ea5b 2,243 0.71/1.00 vMB 16
762,707 762,707 00000000000000000004382d8c6641ef1f3c1f3fb4089f732a284bb626ad29b6 2,665 1.00/1.00 vMB 15
762,706 762,706 00000000000000000004f231568e9fed886d9c3a30580a2a67dcd2d1ecb966bc 2,615 1.00/1.00 vMB 15
762,705 762,705 0000000000000000000319000c96c9fcb1530be654faf0e2d53acc532d9639e9 1,383 1.00/1.00 vMB 9
762,704 762,704 0000000000000000000113297fd66e02b0ab621fa73e88a634ccc38e518e7654 2,863 1.00/1.00 vMB 27
762,703 762,703 000000000000000000060b6a32449a9004182faaccfa93bc5eb5dae41f5d13b0 1,158 0.91/1.00 vMB 7
762,702 762,702 0000000000000000000663f9b4ce7187a238b55499facc3853559bb0d5a96187 2,266 1.00/1.00 vMB 12
762,701 762,701 00000000000000000004663c7be563cfdf1b654371323c929dfc4e1de7585f8c 1,529 1.00/1.00 vMB 6
762,700 762,700 00000000000000000003303ef2a3d2b0109aa0bd88b08a964fed5b5f40b9133c 2,169 1.00/1.00 vMB 11
762,699 762,699 000000000000000000055ef0cf34f19e3e09445db7ad110c60f7b1abf727d5ee 3,079 1.00/1.00 vMB 7
762,698 762,698 00000000000000000001cd4b4766951b19e124d990bd50fa6fb056560b5a152a 3,427 1.00/1.00 vMB 26
762,697 762,697 0000000000000000000378d0a751b62b874da16e972e2496c7dae80a64e11440 2,359 1.00/1.00 vMB 13
762,696 762,696 00000000000000000002b00814b42d1a8a093fd24a54e29896ec899c6bad98ff 2,802 1.00/1.00 vMB 18
762,695 762,695 00000000000000000003b1fbc1763b2767ca02bf629196060163c36d68a1a3b9 1,994 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.