Loading Tool

Explorer IconExplorer

Memory Pool

80,451 transactions
30.18 vMB
0.07423328 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt e83da72a4b30ad73567763ea2299fbd6df017713adf3f3c691a360cf5ebc988e
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 06334d749a8cfe71e5c76b31d4cc1b7e2ecc8cd3e78f51415a2f101f8a7f875e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.00699410 BTC
Feerates: 40.21 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (631,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,449 283,449 00000000000000001e5c2ad3d7089ed3e56713e0450d4afc76f75a1a1ca45a0d 572 0.43/1.00 vMB 34
283,448 283,448 0000000000000000023b2ec54e8ac8629c1b6a560501301a47df121af8f9a6e8 1,011 0.50/1.00 vMB 35
283,447 283,447 0000000000000001857f68ff56f8cda55e0aed64f0878b4651153fd999a29d0a 1,050 0.35/1.00 vMB 83
283,446 283,446 0000000000000000488751bea7c8d89ccd916588788c6e443547a7969bdbd89d 51 0.03/1.00 vMB 30
283,445 283,445 00000000000000019d036b6c49ba98e6a129d9ddaf68b1a852232bf9de45d65a 48 0.03/1.00 vMB 13
283,444 283,444 00000000000000017d9e1561f0bdb254bd6b8d8bed429d8c7ff2cd3dad1ebec4 103 0.05/1.00 vMB 52
283,443 283,443 0000000000000001ea4e29680fbdbc5f11a12135cfc8ea60debfaca17fe6442d 317 0.21/1.00 vMB 43
283,442 283,442 00000000000000017a975808ee40aae31ca510fd0bb994bc0a76d415a6302fdd 190 0.13/1.00 vMB 31
283,441 283,441 0000000000000001a4e1b9daf23d2c438a8303e88ace6adab90a937cb908c23a 515 0.23/1.00 vMB 67
283,440 283,440 0000000000000001795d3c369b0746c0b5d315a6739a7410ada886de5d71ca86 261 0.13/1.00 vMB 42
283,439 283,439 00000000000000000b533dec3148a02a78d51ccccacedd570db0c60cac94a42d 234 0.14/1.00 vMB 53
283,438 283,438 00000000000000018602f35a6eec57c3e40a93be752b0eb5340a1a1888e06841 624 0.35/1.00 vMB 65
283,437 283,437 0000000000000000cd5771f0d42f3dbd5a93be3c2baf31d363ff617c5d954fd1 124 0.05/1.00 vMB 44
283,436 283,436 0000000000000001642ac02c3faf89573a9d2c58ef7956c91778f6aab5a03054 155 0.05/1.00 vMB 80
283,435 283,435 000000000000000108a6bbef8f04864c487a0a988b16ffa3f31e37eeeb2aa542 288 0.16/1.00 vMB 40
283,434 283,434 0000000000000000093cca3e82cd8cbc3f841a51eb0b0d2de4d67543d6ef3ef2 189 0.10/1.00 vMB 33
283,433 283,433 000000000000000179f8b83c3c26a504454b89b81b2acc79fca09734e01386b9 41 0.01/1.00 vMB 28
283,432 283,432 00000000000000012680b50b1c4acb7d5fa922fa4229b07620f0bde2b6504ec2 482 0.27/1.00 vMB 42
283,431 283,431 000000000000000165d18cac5053a091c7b8f68a37bc3bbfa7cafa3e384cb92b 70 0.06/1.00 vMB 24
283,430 283,430 0000000000000000114429e033c1b4d498dd373c41c44efcbd75c9b16f8b8dfe 140 0.05/1.00 vMB 65
283,429 283,429 0000000000000001dc5aec887eeb9b2c5051e72ce62d3172379c07b7ec557d6c 60 0.04/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.