Loading Tool

Explorer IconExplorer

Memory Pool

45,209 transactions
28.79 vMB
0.13224638 BTC
Random Selection Loading Transactions
Max Size: 149.88/200 MB

Candidate Block

Mining Attempt 49bcfa50856ee3675830c0b47e0d8122ceb091594c34579f4e50e4ae27a9c4f3
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 53c94f8bc711ddea4c660ab1d1e6bac6b77f147b03c71eb37909797c54d182ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.03733934 BTC
Feerates: 78.42 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (528,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,977 385,977 000000000000000009cc83539dcc83e994343af280d66adc3d655f28952395b2 428 0.75/1.00 vMB 13
385,976 385,976 0000000000000000073b57da682ff5edf44ebc0a6f496c2bc3aa3e9969d5f4dd 1,334 1.00/1.00 vMB 18
385,975 385,975 000000000000000001ac8cdd335381ce8147d6f0c30c655999cf718bd0195aa8 1,995 0.95/1.00 vMB 36
385,974 385,974 00000000000000000773dbfec796d281f305bce45e48b40b797a99bd519145a1 1,982 0.90/1.00 vMB 40
385,973 385,973 000000000000000008698c2a6e9b691e08f5569ae17ad8231e4723acbe702629 2,328 0.95/1.00 vMB 49
385,972 385,972 00000000000000000e5aa75e3bea8d13fc3cc549c08951e1d8a09ff4b1b9f359 3,056 1.00/1.00 vMB 63
385,971 385,971 00000000000000000d30031eefa609b79cfa36dd0600378bc44dfda90be71ad7 1,722 0.99/1.00 vMB 23
385,970 385,970 00000000000000000a8581446987c423c2869cd4c5824f275f76f3792186a079 1 0.00/1.00 vMB 0
385,969 385,969 00000000000000000cc02a133fe1fee67d691cc63f29c00ad9fe6ac11b31b2a6 1,308 0.93/1.00 vMB 25
385,968 385,968 00000000000000000cacf64c60c52d2bcea8a948a90e45d7fedd7c05c82ad862 1,406 1.00/1.00 vMB 26
385,967 385,967 00000000000000000a1c875c740df0b598d607fd72476377266dcb1c15cd7878 38 0.05/1.00 vMB 2
385,966 385,966 00000000000000000ce33fc814785f0c8129a72f9917f82fb967ab62f72b6e00 809 0.99/1.00 vMB 15
385,965 385,965 00000000000000000d05ae81fea6531811e1873c2265b595c15f3ba5eec79e83 2,000 0.75/1.00 vMB 42
385,964 385,964 0000000000000000098c71003de1c01728d1b674636d6e8ad929dfa0f5564242 1,269 0.93/1.00 vMB 24
385,963 385,963 000000000000000008d7d3b9f3db332e26a57d6883354a172cb3ec3998b831f8 871 0.95/1.00 vMB 20
385,962 385,962 00000000000000000bb32cff96310278848f1971144db3e0c264e388fbd95f15 1,936 0.93/1.00 vMB 38
385,961 385,961 0000000000000000091e6542b70205c7d8c7de6f94087b46372b42b70f83b353 1,410 0.99/1.00 vMB 26
385,960 385,960 00000000000000000f0c1b3f84c4735f1b7f1cf545a91058dddccf1b3c9018a3 1,534 0.93/1.00 vMB 27
385,959 385,959 0000000000000000023190c3aa0d1f56388acd7e8a107f85107aa9ce2989e115 1,095 1.00/1.00 vMB 17
385,958 385,958 000000000000000008d693fea60cf1cb98e149e52a949b754339900e734ac677 178 0.10/1.00 vMB 45
385,957 385,957 00000000000000000970b0240e6775b5e4af33c1d821fd574a2bc696882e8acb 1,663 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.