Loading Tool

Explorer IconExplorer

Memory Pool

40,429 transactions
26.51 vMB
0.06533944 BTC
Random Selection Loading Transactions
Max Size: 137.93/200 MB

Candidate Block

Mining Attempt 47adeb15c3cb2bceb8e8767cf61caf1eed46196f4c52208d28c0ac41c669f0ff
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root a23db09e4596a7a60eb5a37ef86513edbd200aa0ba35e7c78686849394f07d0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,872
Size: 1.00 vMB
Total Fees: 0.01650393 BTC
Feerates: 265.25 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (645,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,895 269,895 0000000000000002c955e7807b1f0970b311da839917ea8f64c0c8322bea1397 288 0.15/1.00 vMB 47
269,894 269,894 0000000000000001bcb2c3f47ff91a5573361a79d3c5d96e1dd6b5a2c7f885fe 69 0.03/1.00 vMB 43
269,893 269,893 0000000000000004cb742a1b73e2f12e25e1bde7a1017cf6b6b20b46a8d79f96 48 0.03/1.00 vMB 51
269,892 269,892 00000000000000020ea4b7d38378227303b8af23beb72e4161cbabd39538a796 121 0.06/1.00 vMB 29
269,891 269,891 0000000000000003db1a10a72565d5e7c4feae72a5896c8d5306f7e24756c87b 206 0.09/1.00 vMB 48
269,890 269,890 0000000000000006aa3aed8a44027b0bae8285949d6daf1c491d95b311ae2eb9 39 0.02/1.00 vMB 43
269,889 269,889 0000000000000005152f3a6f972845f14c154104c390428692bba97828f79cf4 365 0.21/1.00 vMB 48
269,888 269,888 000000000000000242bac8e1b3fd0ea40f4ce5223bbbde3716d7b01fd5af3aa9 395 0.18/1.00 vMB 67
269,887 269,887 0000000000000001b6d8e6e44c5400631c673d575ebe92be545d37381b1e7b8f 519 0.25/1.00 vMB 94
269,886 269,886 00000000000000078080d277eeb1d0c4aaf8586fab8980fe7dea1abd4d9353bb 195 0.14/1.00 vMB 34
269,885 269,885 000000000000000610b5d2d3979e3dff109f7acfd8aff546a4c745fb7f6ec902 658 0.25/1.00 vMB 115
269,884 269,884 0000000000000003f5c4b5a05389f86541d49b5c0fa30c318e8497f95b9df522 222 0.09/1.00 vMB 68
269,883 269,883 00000000000000051e46d4b8efa48594b3518632a24e3107c05a8b9e36617a3d 34 0.01/1.00 vMB 66
269,882 269,882 000000000000000380646b1f1232fc2c57ce7ad3e58c9fa34f352a5030043d4a 17 0.01/1.00 vMB 52
269,881 269,881 0000000000000006de53fe78614d81bd1d56547bd39e049d617078779aadce2b 96 0.06/1.00 vMB 41
269,880 269,880 0000000000000007fd67465b2d29b5c99ef93709eade3773cfdf20b7d69f729c 12 0.00/1.00 vMB 45
269,879 269,879 0000000000000001966db50814855a872f637743c92686bf7be8b15d7cf0dbe0 248 0.12/1.00 vMB 57
269,878 269,878 0000000000000000b540c372e878f6359fabedb3837813c8f4c52be37777904d 240 0.17/1.00 vMB 30
269,877 269,877 0000000000000005e398678c95b6ff634f99ad2a47d553f854e60faeae7be1fa 630 0.25/1.00 vMB 64
269,876 269,876 0000000000000002e135560757275c92978af49364b5013a09ae2e1e6302a965 59 0.03/1.00 vMB 43
269,875 269,875 00000000000000042c4004f480fdab7934b869e3900f86db69610157ffdcc195 215 0.10/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.