Loading Tool

Explorer IconExplorer

Memory Pool

45,742 transactions
27.81 vMB
0.07087862 BTC
Random Selection Loading Transactions
Max Size: 146.81/200 MB

Candidate Block

Mining Attempt e4a6d9f4d066221a29c8a3d93a70bee034a34bbdb442ab6eb3b4448c15d155af
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root b01ceafbc9f291f9ee3bd34a1b3a1fda1b70d314bb78dc16ae5ae608a2c93560
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,307
Size: 1.00 vMB
Total Fees: 0.01817852 BTC
Feerates: 134.30 > 1.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (521,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,927 392,927 0000000000000000073d05eca4919107c1d71829ac9b7973932b4f2cfc4c3b0e 135 0.25/1.00 vMB 8
392,926 392,926 000000000000000002e69a520196e8893b6e46d882bddae8d1f99e546aee2af0 675 0.46/1.00 vMB 20
392,925 392,925 00000000000000000508b03274ab0cbc00ddb22044c79b3d0cb8217f03a54d65 1,719 0.77/1.00 vMB 34
392,924 392,924 00000000000000000884b8e13af5fdc87e402c67d6175ace546184a563b83f56 567 0.25/1.00 vMB 33
392,923 392,923 00000000000000000409a15006797fe7d1bf00464a1a02a64390d96f987c1082 1,362 0.75/1.00 vMB 30
392,922 392,922 000000000000000002c026fc03b0f8b60616fa9b8490ecec07fe22dee2528949 1,978 0.93/1.00 vMB 33
392,921 392,921 0000000000000000095be722a91cce2e9c27d67e86d60a83c85be86449d945ae 878 0.63/1.00 vMB 21
392,920 392,920 000000000000000006dce528c47ce99b1c8ce377f23059a450f656928495b83c 30 0.05/1.00 vMB 4
392,919 392,919 00000000000000000342aaeab591643edea56eb83038500542add3fa8f7b796e 656 1.00/1.00 vMB 15
392,918 392,918 0000000000000000080633ea81702e5f23b647a0702fbd33ec564c6ad103f196 2,199 0.93/1.00 vMB 40
392,917 392,917 000000000000000001c1f80581e7d674587026d854510026b04c2a4c4fdeb2a0 1,082 0.77/1.00 vMB 21
392,916 392,916 0000000000000000070fe66cdfb7d6b6052998f138a7b0d7add803dfffdbe9a8 2,015 0.75/1.00 vMB 43
392,915 392,915 00000000000000000897b6c2da07f32af46eef3498848a853bcb0f1c31057427 1,642 0.93/1.00 vMB 31
392,914 392,914 00000000000000000649f0af644d6c91153151e9436eb7f51987920423c0259c 51 0.05/1.00 vMB 3
392,913 392,913 00000000000000000306842e465d6999f0c6056a02e21e27541e88e4e37b6908 2,270 0.93/1.00 vMB 36
392,912 392,912 000000000000000004ed358190035c482d2db4f9071ed5667e5ba399e23eebea 525 0.48/1.00 vMB 27
392,911 392,911 0000000000000000002b7833500d6e131b5370e4986c1a7918a2b55e3c6cd0ba 2,377 0.93/1.00 vMB 46
392,910 392,910 000000000000000008970973a46710a1b0e226702507193e619a1e3ddda6a7b3 1,545 0.81/1.00 vMB 39
392,909 392,909 000000000000000004c35b9749d5dc82cf4258e360877e355e62ee375ba4be2d 752 0.54/1.00 vMB 22
392,908 392,908 000000000000000002869fdf65d210e4d30e11bc8ecd5aa595e6281f3f72bfd0 1,320 0.61/1.00 vMB 38
392,907 392,907 00000000000000000249850ab9db80ee7a4512d744aecb0f0b80bf7ee82faf5d 1,666 0.93/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.