Loading Tool

Explorer IconExplorer

Memory Pool

47,362 transactions
31.19 vMB
0.13902790 BTC
Random Selection Loading Transactions
Max Size: 159.35/200 MB

Candidate Block

Mining Attempt 91a52b72133cd4ff894c0e06eeb98b2b25f668cdd5d36527fbc5f7a356086e36
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root d0a34b2e4289b0090d2fcf4d0056aeb70a75f2e4d72c33800d5a954cebd8e4f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.05946910 BTC
Feerates: 150.97 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (476,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,080 438,080 0000000000000000019051e40a0fd63af85386628cf0c480c37e536fbeeead1e 2,016 1.00/1.00 vMB 75
438,079 438,079 000000000000000001513b4d0fae7238bc54b9c150e63386670126e95f931f11 1,811 1.00/1.00 vMB 43
438,078 438,078 0000000000000000018795b73d69a3eaff1c0ab3c219f324126f8d020f4aaf71 2,236 1.00/1.00 vMB 63
438,077 438,077 000000000000000003ec5a60cc7b4dcbb4fab71a155030078eb556f65dc4fba0 2,827 1.00/1.00 vMB 67
438,076 438,076 000000000000000004406047bd34661433a1a54f0ca29b24b8c2120c31e20c8e 2,324 1.00/1.00 vMB 86
438,075 438,075 00000000000000000302fba80314e0020d9777db457b9a4993bafe65cb4b4774 2,049 1.00/1.00 vMB 73
438,074 438,074 0000000000000000042a2577ee5770907edd7c9f62ca31bd92e72fd9ce16c8ac 1,359 1.00/1.00 vMB 55
438,073 438,073 00000000000000000381a0c2964845a2a64b4d91b576e6e851bd68e181b1bcc0 3,051 1.00/1.00 vMB 107
438,072 438,072 000000000000000000c0727e5b78b5431a24242e2bd293d7141ccf87688a407f 2,158 1.00/1.00 vMB 68
438,071 438,071 00000000000000000009803168ad3fcaa265a93cdef8db728b00852f989932bc 1,185 1.00/1.00 vMB 31
438,070 438,070 00000000000000000001eb661caa0a271d04d2994047e68654787c8c782527d0 2,478 1.00/1.00 vMB 69
438,069 438,069 00000000000000000287de1f2e6de5580056c0469ab8c8b3e4e04f611701cf36 2,361 1.00/1.00 vMB 62
438,068 438,068 000000000000000001dc8f397dea6ce8478af130885fd024ad7c101022d5c481 1,303 0.75/1.00 vMB 40
438,067 438,067 00000000000000000252f6223095a07906fcabaa1872a4f52df0a6770006fea1 1,954 1.00/1.00 vMB 53
438,066 438,066 000000000000000003f7de41c419f60e32da5c2be8d25ec427bbdc94263624c4 2,338 1.00/1.00 vMB 68
438,065 438,065 0000000000000000027482da888eb6db2ee55a9d2f6a83bc38fd7ba7ce8a4c30 2,530 1.00/1.00 vMB 66
438,064 438,064 000000000000000000c975818cb8d2bcbbfecce4a0629c71ebf86359135f7106 2,303 1.00/1.00 vMB 79
438,063 438,063 0000000000000000021403c0799b67f96a5ed5cccd92577131d5d771168d0c7a 2,271 1.00/1.00 vMB 51
438,062 438,062 00000000000000000209217eab34015dd08aa5b490affd9a8292616e399cd5fc 3,075 1.00/1.00 vMB 64
438,061 438,061 000000000000000003adfab41040c110efd8dfd0502db44b4e4e94b69540bb88 1,791 1.00/1.00 vMB 65
438,060 438,060 000000000000000003d5bdf155f3a368efe466f83afd279cf5a526a9e88d96b6 2,045 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.