Loading Tool

Explorer IconExplorer

Memory Pool

40,427 transactions
26.15 vMB
0.07267060 BTC
Random Selection Loading Transactions
Max Size: 135.80/200 MB

Candidate Block

Mining Attempt 5865f8dd58e498d2f08e5022a2fa78664e12ec42bc707e45ed5fb8780b55399a
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root eb2ebaad31975da3ced92ee12a389b96e63c37cc8ded095559b386ad7ac950b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.02498938 BTC
Feerates: 73.20 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (370,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,856 544,856 0000000000000000000019eb32b47d6c838a798d21727526e50bcfe46ad23d77 2,038 1.00/1.00 vMB 16
544,855 544,855 00000000000000000004c3fc55b84bcb6a4b4671a76a5cb33867f909da5bd803 1,300 0.75/1.00 vMB 13
544,854 544,854 0000000000000000001ea4ed93a6eecbcc33195d5e624797c7b030b7f4af14cd 690 0.42/1.00 vMB 12
544,853 544,853 000000000000000000163f60d0f6e4178dd198642599c312b52796e712f79d66 2,501 1.00/1.00 vMB 11
544,852 544,852 0000000000000000000850b972c33ede91bc040f734aace6decf843c3d88aaec 2,846 1.00/1.00 vMB 19
544,851 544,851 00000000000000000007e8a1a1db55b60e18e81fc3fdcd8a6a79deae88ffbbdb 258 0.10/1.00 vMB 18
544,850 544,850 0000000000000000001f9501f0511c947a4f5e0fdbe03b9e810ad8450006affe 1,727 0.69/1.00 vMB 14
544,849 544,849 0000000000000000001714874b6c0f04be1aafe64cbad779a116648e5fdb1752 50 0.03/1.00 vMB 9
544,848 544,848 0000000000000000001207907e4b38a8997c689f2c1d0c44ddf1fd771408c3ff 2,056 0.85/1.00 vMB 13
544,847 544,847 00000000000000000019ec7572c92c8dc24f1887b93859c5f234cc4698bb31ef 67 0.03/1.00 vMB 19
544,846 544,846 000000000000000000101a90979497fa19b17d423620448e0d6bbb826842b20a 1,101 0.53/1.00 vMB 11
544,845 544,845 00000000000000000008711f1138e25510f18b11e110b65b421220f4a5464f1d 312 0.19/1.00 vMB 7
544,844 544,844 0000000000000000000985505ea77ae568cd7c8f6bc5c7b76181ed0db193f313 2,521 0.99/1.00 vMB 16
544,843 544,843 00000000000000000009e42a37f354a9798edb43a3b07d893464360e8d370391 1,369 0.68/1.00 vMB 13
544,842 544,842 0000000000000000000837893f1fbac26c522e5b1e3198f6c2e09d392b9a9fd5 1,620 0.80/1.00 vMB 15
544,841 544,841 0000000000000000002153f43f29457a1d8d0b27d2ddc411efa1ace7397f2cc3 90 0.04/1.00 vMB 12
544,840 544,840 0000000000000000000c9460d8950b4b2072038dce65ed0f1b7700e647727f55 277 0.30/1.00 vMB 2
544,839 544,839 00000000000000000014a26b5ac24de1f8f61c6929ce88e65c0fb2acb978f61b 2,376 1.00/1.00 vMB 22
544,838 544,838 0000000000000000000d192e5a4a3b9a4b0cb2e276d159391a53b3c9e6f4e0c4 438 0.21/1.00 vMB 12
544,837 544,837 0000000000000000000bacba8a879d2dbb92918a64d896ad64c0dd86faa10405 1,493 0.90/1.00 vMB 13
544,836 544,836 0000000000000000000dad14280559f8231c2fa4880572f8ec13ebaffce7c3f1 2,640 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.