Loading Tool

Explorer IconExplorer

Memory Pool

78,052 transactions
29.24 vMB
0.07598171 BTC
Random Selection Loading Transactions
Max Size: 179.28/200 MB

Candidate Block

Mining Attempt 2cbf5c41dd2a95c6090c4c1a20282a1d66fb90e4a8a9b4ce92bdaef82b3239fe
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 9bf044c81bcfe195766387011d59429031c56b7d82015b177070844cbf6cdb14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.01200411 BTC
Feerates: 73.20 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (382,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,867 532,867 0000000000000000000d21e1f0d879eaa950049838cf1ed5cc7dd4008991cb6a 456 0.40/1.00 vMB 15
532,866 532,866 0000000000000000001e3e7abbc164162070c5b6e9fb1968f3c5016f8630cf56 1,025 0.53/1.00 vMB 14
532,865 532,865 0000000000000000001c425c827eaa91976212d0eb47e2e5efa0a58edd45e830 945 0.33/1.00 vMB 18
532,864 532,864 00000000000000000017093fb605dabb2a9e7f1e89623cfc738ff28649d610e7 2,388 0.90/1.00 vMB 23
532,863 532,863 0000000000000000001923a8736e0831e4ff92156b445af99fb07102e8097a84 1,959 0.87/1.00 vMB 22
532,862 532,862 0000000000000000002b0ef21adbef7503d3c97526fc795e8676c4b09311a27f 347 0.12/1.00 vMB 20
532,861 532,861 000000000000000000301f2228282afbd3b6c0a6257196ecd0a4da2d11a79d09 1,200 0.72/1.00 vMB 12
532,860 532,860 000000000000000000205a0e8468e6eec0a0454cd2a35472101bba4ef5905e22 2,683 0.94/1.00 vMB 20
532,859 532,859 0000000000000000002cc78a54f52b02bbbfb54b4c0c8cf892aaf5f911182b7c 1,861 0.70/1.00 vMB 16
532,858 532,858 0000000000000000002e66384045a90ac0405ffc53666927b3d41ff1876307a7 1,463 0.57/1.00 vMB 19
532,857 532,857 0000000000000000002f8bac62af44a013a77f8e4f78d7ffc3cc1671dbb13449 955 0.30/1.00 vMB 38
532,856 532,856 00000000000000000009a945ff1677137bc770d2b8f15d2f5853650195474cd8 138 0.16/1.00 vMB 68
532,855 532,855 0000000000000000000f6dde8b2ec5ddd8b6cf80c61e657167652c53dd66d431 634 0.18/1.00 vMB 22
532,854 532,854 0000000000000000002da874878f70131e9ae9a1ab5267c5e393fad890e8dad9 196 0.08/1.00 vMB 16
532,853 532,853 00000000000000000023675737eaa550b82eafd72f14cffc6604fd5abdaef690 1,178 0.63/1.00 vMB 10
532,852 532,852 000000000000000000157c9b388b55815317402d0f3be2fb6781b0c53f7caf65 1,718 1.00/1.00 vMB 4
532,851 532,851 0000000000000000002d6ace28f5c6b13f81c378292be52f27158d983b11736a 2,707 1.00/1.00 vMB 19
532,850 532,850 0000000000000000001065e61514acd25132caf8e416764b9a05b85c709bf960 1,974 1.00/1.00 vMB 39
532,849 532,849 0000000000000000000470f964b47654bc8daf7f49be60bc6e72dbfb385a4bd8 792 1.00/1.00 vMB 2
532,848 532,848 0000000000000000002030c4b8823fb68d51a47bca891f63ced5bd7f981a5ce8 1,806 1.00/1.00 vMB 5
532,847 532,847 0000000000000000001b5be078d488afdb33cb077d9e1fc12427f582e7fac7c2 2,968 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.