Loading Tool

Explorer IconExplorer

Memory Pool

75,240 transactions
29.00 vMB
0.08009829 BTC
Random Selection Loading Transactions
Max Size: 171.53/200 MB

Candidate Block

Mining Attempt a75dba5b3583f2b347f64dad38bb08adffced828e5878cfd53c0f0c7c045d90c
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 75bf730bf52cbbc4bf50421c22082b8794894cba748b3d2265ff0aee6aa0aaed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,819
Size: 1.00 vMB
Total Fees: 0.01916838 BTC
Feerates: 100.29 > 1.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (534,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,988 380,988 0000000000000000038a8795afc57edada7775fe32ce7123da5d43ff02d5df70 1,825 0.93/1.00 vMB 40
380,987 380,987 00000000000000000d556f51345f38553fca1d6a65a14af9776617a52c47c197 402 0.26/1.00 vMB 33
380,986 380,986 00000000000000000a2a59f2e6833c5acd26563d33f52541aee8c9318d7e3f56 1,316 0.76/1.00 vMB 31
380,985 380,985 000000000000000004e923d3557cd0d27013a580b4b51e73bbe298f935886627 2,451 0.95/1.00 vMB 46
380,984 380,984 0000000000000000056839bb8d77d0a740cac5330d56d767cac783433bc0c3d2 615 0.27/1.00 vMB 39
380,983 380,983 00000000000000000560c607e7e37d31d47baa6d4c327b4bb0c05339737685dc 752 0.43/1.00 vMB 28
380,982 380,982 0000000000000000071615bd99948acfad3cda28f4eb85b4e6208f53e51ef7ad 2,240 0.95/1.00 vMB 44
380,981 380,981 00000000000000000f21815d6a921626d73a1698c24657d09fde37ff554c5fb3 1 0.00/1.00 vMB 0
380,980 380,980 000000000000000008c1d300e6e46a32e79054797ed3d7a84dfb93983f1fa739 1,903 0.95/1.00 vMB 37
380,979 380,979 000000000000000002194bf3778a3a64a2011d96ea686653ff3a50a6bd8d9e07 2,340 1.00/1.00 vMB 43
380,978 380,978 00000000000000000cae802bd89b6a0550afedeae6f8ae38b617c3259e9fb1b6 137 0.10/1.00 vMB 20
380,977 380,977 000000000000000001e9e0c1a35e1ec452014968ec5b3cd4ccf8b15d2f0fa791 271 0.21/1.00 vMB 25
380,976 380,976 000000000000000002f5ecdffab65da3d4f20f50c531445282364c9331bc3ae2 1,262 0.67/1.00 vMB 33
380,975 380,975 00000000000000000971b94db1d2b6e66a8006dc7908914ba17c17ce366e9422 1,633 0.74/1.00 vMB 40
380,974 380,974 000000000000000007e1ac674d9eeda47faffb7f4453111c1ea49db3266fe108 1 0.00/1.00 vMB 0
380,973 380,973 00000000000000000eb030b0cfc3609d5ef8b3d67ec30d9a7152e8f1de25f873 1,142 0.53/1.00 vMB 39
380,972 380,972 00000000000000000e7483695656141a427789f6e1a75134d87d54ec1c79ea15 1,728 0.85/1.00 vMB 48
380,971 380,971 00000000000000000cf42f11fc93021d1011776170dfe15ea95c9cbc6b60596c 755 0.46/1.00 vMB 35
380,970 380,970 0000000000000000077842a11de87c860e2f48ae0b6995e1b053501f937d5a10 1,078 1.00/1.00 vMB 14
380,969 380,969 00000000000000000b5ad6a64c1f6921719a1ca15b1b4c8d4a500b90bb2fc39b 1,999 0.93/1.00 vMB 43
380,968 380,968 000000000000000002a2c827389dfaa12b440ee8089ef5f43fef6b2d5e630f57 2,359 0.95/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.