Loading Tool

Explorer IconExplorer

Memory Pool

78,360 transactions
29.37 vMB
0.06593667 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 8e7f7f40a8705be8baa1dd93656ed056f442a365edf97f399d6abaa01c663ed3
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 20d1c8bab00dcf0dd864ae63f0befdf543f764f0049a85bfa3d00b1471240364
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.00636049 BTC
Feerates: 50.25 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (204,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,191 710,191 000000000000000000045a0b47300f054e3943261fc64f0d7d8466ecd1f89c3d 832 0.28/1.00 vMB 12
710,190 710,190 00000000000000000008aeb9ee7b6c2ad4d498d409d76bb9b6b9feef00f9d649 2,838 0.94/1.00 vMB 9
710,189 710,189 0000000000000000000296d461f7b01f056fd17e2d04b7cac0a1fb345822d487 1,797 0.60/1.00 vMB 10
710,188 710,188 0000000000000000000bccfe8ebef9615777ceac32f83dfd0f89ea0c7a71cb57 2,783 0.93/1.00 vMB 6
710,187 710,187 00000000000000000003c8f0fe332089d6d38937bb835d6952fc92643ed80d3c 3,239 1.00/1.00 vMB 14
710,186 710,186 00000000000000000003ce4a8b1fe5d36758542c272925f8637d1fb55ad2497b 1,093 0.40/1.00 vMB 9
710,185 710,185 0000000000000000000b3fc8c7f97c433a5b3ddfc998daf9819dcc0bc362f132 3,067 0.97/1.00 vMB 10
710,184 710,184 0000000000000000000b11cae34f27656f0222121e167093f19a305b7ee8dcb6 1,036 0.43/1.00 vMB 9
710,183 710,183 0000000000000000000079569e6922b1fcc99ce31355d7152a7e000fe6c407f3 1,280 0.38/1.00 vMB 11
710,182 710,182 0000000000000000000aa52e8d63d655d696b30c7a4e1b3cc7ca677d4f449bb7 521 0.24/1.00 vMB 2
710,181 710,181 000000000000000000068b2c5c844f3c000356f440317cfeb5391d13f5d64d1c 1,337 1.00/1.00 vMB 3
710,180 710,180 00000000000000000001825bac8a4a237bec1f12017cad710ede342f072fa921 1,923 1.00/1.00 vMB 6
710,179 710,179 0000000000000000000b23ba314a2a789e8aa68054f38ed430037a9dfd182c5e 2,844 1.00/1.00 vMB 15
710,178 710,178 0000000000000000000b13b6c6b60de311d340e730a57d5f67246c7fa4f53a16 1,686 0.46/1.00 vMB 12
710,177 710,177 000000000000000000081a5c4b986c1a5dbb06bc5f0eb26c59b8d45b61a036e8 2,720 0.93/1.00 vMB 9
710,176 710,176 0000000000000000000b23a30a7b22fad9570362d3c13085429eab94ae41f219 1,489 0.92/1.00 vMB 5
710,175 710,175 0000000000000000000bc77c55719025d95b18032a7a7fac15fbaa811f63a03b 2,712 1.00/1.00 vMB 9
710,174 710,174 000000000000000000022778a4b5b2274535f23be4b14986ba757ddae068447d 833 1.00/1.00 vMB 2
710,173 710,173 000000000000000000027704dfe2f91da9b6b55a1264a7d424c940b990a1b10d 2,566 1.00/1.00 vMB 11
710,172 710,172 0000000000000000000106a13fb256ba4409f5798a550b79ea8965a38609ba05 2,853 1.00/1.00 vMB 3
710,171 710,171 0000000000000000000c57d98837a8c297accb8cee7f5c3c3cb751a8ec74aba8 3,289 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.