Loading Tool

Explorer IconExplorer

Memory Pool

36,376 transactions
25.84 vMB
0.08515398 BTC
Random Selection Loading Transactions
Max Size: 132.31/200 MB

Candidate Block

Mining Attempt b48ec5363fbf29d8815892e3015a4398a4bb734208be6a54e8bb867a4dfc1ae4
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 18796c76c0b6741dd76aa8c4d0149bd1f3af9d386425e21d84afa69530f77094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,968
Size: 1.00 vMB
Total Fees: 0.03785096 BTC
Feerates: 171.09 > 3.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (473,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,839 440,839 000000000000000000e10ca0aa680621313d41598ed406d34869b967d800ad06 1,880 0.75/1.00 vMB 94
440,838 440,838 0000000000000000020cabb322cf85ea9c943f2296828e038c204cf8fc2d1ac7 1,519 1.00/1.00 vMB 45
440,837 440,837 000000000000000001d19670e0617bacd33d4c3e9cb1c1e34ca289e41aca8be7 1,329 0.64/1.00 vMB 72
440,836 440,836 00000000000000000113b0c09edbcc5b4d48888700b50ee5b98c92486103ed3e 1,722 0.70/1.00 vMB 74
440,835 440,835 00000000000000000094f6be8989e20e75d9e1f5adef4cdb70abfe2a38757c5f 2,151 1.00/1.00 vMB 72
440,834 440,834 000000000000000000b1a0c11625a41eb20e459b74262dce89c04774b7ecc3cb 2,707 1.00/1.00 vMB 88
440,833 440,833 000000000000000000b0a329f40909b8a1586a8911779092a4efdbcebd32d05c 780 0.99/1.00 vMB 26
440,832 440,832 00000000000000000394b62712f969343b2a0d82308698b9d8498ae8a879dd40 1,443 0.99/1.00 vMB 47
440,831 440,831 000000000000000001acd7cdd37427bd4420b4cac5695aa3410cc77fa6965d99 2,507 1.00/1.00 vMB 80
440,830 440,830 000000000000000002b58dcf14450a12561278a901c73101d3043af0c1dab8e3 2,507 1.00/1.00 vMB 89
440,829 440,829 000000000000000001e3929e263f0469f799641093dbdc6cd854d04270922c2a 7 0.00/1.00 vMB 971
440,828 440,828 0000000000000000037f2c2ac1b52b559ede30a13466cde4d9fa9df55f5d438c 2,241 1.00/1.00 vMB 62
440,827 440,827 000000000000000002320467807ea749a0d28fb2eb831484a286e3cb419a1165 1,918 0.75/1.00 vMB 96
440,826 440,826 0000000000000000008536c05e529463508cc00e7993b3602b4e37838a6d85af 247 0.11/1.00 vMB 83
440,825 440,825 000000000000000001fde947b5aecd67302cb20f4bc0b0d107efc6b6d3a9634f 590 1.00/1.00 vMB 26
440,824 440,824 0000000000000000016857910556f8297198f7d99439bb7fbac40560fc90885c 1,425 1.00/1.00 vMB 46
440,823 440,823 0000000000000000031b23302df482890304a186b3981f34fd1ca1c314a1d59b 2,417 0.96/1.00 vMB 86
440,822 440,822 000000000000000002d28e3cf0c9617112550d960b53cd7727bc7b1d38f23ef9 1,292 1.00/1.00 vMB 93
440,821 440,821 0000000000000000037af4ebd49710c6a20c2c6e1ab2abc9c268efad06d938b5 1,292 1.00/1.00 vMB 46
440,820 440,820 00000000000000000249b3295f6e8fd23dd523d65daeae8a9a797bd5d1d91ad6 2,065 1.00/1.00 vMB 85
440,819 440,819 0000000000000000018c4197cf4a7e09cd32ce13459651b84b90f0e77497e0a8 2,408 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.