Loading Tool

Explorer IconExplorer

Memory Pool

81,678 transactions
34.24 vMB
0.13602894 BTC
Random Selection Loading Transactions
Max Size: 194.67/200 MB

Candidate Block

Mining Attempt 8d7729950f26d296be72498bef1800d94d910a22b111d6fe9ebeacbe9291e895
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 27139fc9bdfc3553b8be4d904fae90b3da07ece79cd6ed7083c9f7ec512470ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,844
Size: 1.00 vMB
Total Fees: 0.02534113 BTC
Feerates: 104.71 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (631,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,452 283,452 0000000000000001b7eff1b5e427aad5087ff6507305e5be3e167162eefffc39 258 0.16/1.00 vMB 25
283,451 283,451 00000000000000011e2188fdc9890c6b536e65d93d70c09c57450ab7375518c1 163 0.05/1.00 vMB 143
283,450 283,450 0000000000000001a4b215b0ea43088fe31905dce55f4c434b0b2674c708cd6a 93 0.05/1.00 vMB 128
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
Previous 10 blocks ↓
Total Size: 783.09 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: 726.22 GB
    • Received: 18.45 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.