Loading Tool

Explorer IconExplorer

Memory Pool

34,296 transactions
25.43 vMB
0.06894600 BTC
Random Selection Loading Transactions
Max Size: 129.31/200 MB

Candidate Block

Mining Attempt 80996772f7ec0504c4abdb6fa6122f1f9fd3af5dd4c7c1fb62596202d9de62d3
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root ffeca647b1328d375f6735fd0264c63a09e5df9c7cda728aa87cd375c80ab235
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,936
Size: 1.00 vMB
Total Fees: 0.02292243 BTC
Feerates: 151.12 > 2.30 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (153,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,843 760,843 000000000000000000048ab4cd0d71f2024cbc51c09e011f8866b1c4a7a8e710 4,120 1.00/1.00 vMB 17
760,842 760,842 00000000000000000005ae0a4963caa05fa141c525d5f1b09d19075793eab8e9 2,524 1.00/1.00 vMB 18
760,841 760,841 00000000000000000002d6497471f38f3e3c70a58b3b073b3372b9ded1f60920 2,819 1.00/1.00 vMB 27
760,840 760,840 00000000000000000004830c4f1db7bc40f3c5a3622d14f50d60040ee57eae0d 2,905 1.00/1.00 vMB 27
760,839 760,839 0000000000000000000640d5a212e3742927b26ff7117ab38acda362ea483ea3 1,453 1.00/1.00 vMB 5
760,838 760,838 00000000000000000000fe94b6be7ece3aa781c6cf17f059fe3035acfd431911 1,849 1.00/1.00 vMB 5
760,837 760,837 00000000000000000001bdb536fc3d70e9b28b0b426316f75d359b418a112309 2,890 1.00/1.00 vMB 13
760,836 760,836 000000000000000000029607a06a88e18cfedfbd9cfb682d2af3271dd6177f43 2,987 1.00/1.00 vMB 7
760,835 760,835 0000000000000000000018c81e131c59dd9522bf5bbb9b40b048d89252f3275a 3,564 1.00/1.00 vMB 22
760,834 760,834 000000000000000000065e75ec6f8bc5e19df72c7975f18b39fd74be82809d23 2,513 1.00/1.00 vMB 12
760,833 760,833 000000000000000000068fc3c55522e2873993487289ba2a1a4c2a232664992a 2,259 1.00/1.00 vMB 19
760,832 760,832 000000000000000000040e255acf1c169eefea6f34e2b00aa00da0a4465f6ec5 1,813 1.00/1.00 vMB 16
760,831 760,831 00000000000000000004433c1d15712ae1baa8b2a2b4fe1db8148737fcc2dbe4 432 0.13/1.00 vMB 10
760,830 760,830 000000000000000000019b29dc0831fdf2a5a54c5ca3fd5bec8bcf9c8b78013c 1,799 0.71/1.00 vMB 9
760,829 760,829 00000000000000000000025fef79794abc436ccc05d50c81fc6b52273fbc1e22 242 0.06/1.00 vMB 12
760,828 760,828 00000000000000000004dcd48345e9b5b0e731f61d06958b1ab097a2acba4fe6 2,311 0.88/1.00 vMB 6
760,827 760,827 000000000000000000043460d551f889bbaf4f64eaa2494334ffed347c83a8a7 3,004 1.00/1.00 vMB 18
760,826 760,826 000000000000000000038a43358ef1c683b4db0ae343b903d50ddb8d6fc399a7 300 0.09/1.00 vMB 12
760,825 760,825 000000000000000000066789bde0d48f4700ce42b31c8af3c318a23ae663463b 1,642 0.90/1.00 vMB 12
760,824 760,824 000000000000000000043ad3cac31d81a88aa946256d84fa6b3026af3c5b6f46 1,158 0.51/1.00 vMB 9
760,823 760,823 0000000000000000000249d9eeb8b93aaa9e2e2a6a7bc5bb84cf2bab8bea36e6 1,213 0.49/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.