Loading Tool

Explorer IconExplorer

Memory Pool

79,087 transactions
29.34 vMB
0.12396492 BTC
Random Selection Loading Transactions
Max Size: 176.67/200 MB

Candidate Block

Mining Attempt 5d7a0671ca5d14325810cf98e3369e273c891e3f5b9ee3b2c3b71a777ddd5771
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (114,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,308 800,308 00000000000000000003b2e8eb5c4255e845d6cbb394567cf0cedd6c607f66ae 4,091 1.00/1.00 vMB 8
800,307 800,307 0000000000000000000205c26f9c5831b424c32103c1ed0135b22c2ac26e0ec6 2,107 1.00/1.00 vMB 20
800,306 800,306 00000000000000000000a2a031c0d9c861a58d269937cee0586723bcd383358c 5,904 1.00/1.00 vMB 8
800,305 800,305 0000000000000000000253baa436783bb3746e6b05f9116d6e9d5227aa36106b 4,793 1.00/1.00 vMB 6
800,304 800,304 00000000000000000002bb802d00046d5705669174013093241916d86879393f 2,947 1.00/1.00 vMB 18
800,303 800,303 00000000000000000001f06c2783caed9a017c70aeccebcc7eac9e015396bcf9 4,309 1.00/1.00 vMB 11
800,302 800,302 00000000000000000002ed4b1f34b3f44d9e7b132d3047a2ac78b1d4459c068d 3,245 1.00/1.00 vMB 7
800,301 800,301 000000000000000000047445141a6f6a3ada96ad5fb55628cf04322c8b988b81 2,248 1.00/1.00 vMB 14
800,300 800,300 00000000000000000002ab45593d13585ae945c016fb8f12b4c791f9637ebdc2 3,091 1.00/1.00 vMB 18
800,299 800,299 000000000000000000005e73fcb259804143073e308feadf0e1580c7abdb6912 3,973 1.00/1.00 vMB 9
800,298 800,298 00000000000000000003229d2850df53e621b29bdd2667555dff217dea48ca8c 4,769 1.00/1.00 vMB 7
800,297 800,297 00000000000000000000267032624e18605afd7fb1f89dff112722dde8005bc4 4,370 1.00/1.00 vMB 11
800,296 800,296 00000000000000000003dd149f3e803e0786f017a294a857c96e1522687b00f4 1,684 1.00/1.00 vMB 17
800,295 800,295 000000000000000000027bf7dccb21e2cbe4094b7717ec4b4b78c8b3663cd293 5,887 1.00/1.00 vMB 7
800,294 800,294 00000000000000000001c9902c7de11c0274b086f7abefeb48a00031e63aafb5 2,970 1.00/1.00 vMB 10
800,293 800,293 000000000000000000028c806256610a098e430b0752083ba557e1648832552c 6,745 1.00/1.00 vMB 7
800,292 800,292 00000000000000000003df8d09b0652f3f1703e7893c628a9595629352f623e5 3,974 1.00/1.00 vMB 8
800,291 800,291 00000000000000000002d3fb5af5b3789fb5a5b9f1af76497efd02aa9ade3183 2,795 1.00/1.00 vMB 10
800,290 800,290 0000000000000000000102cab297eb2f5879fb5763bfe4496681ca0a74765565 3,309 1.00/1.00 vMB 10
800,289 800,289 00000000000000000002bab9f272172ba9dcdc793d77e39a129dfe2ed8859123 5,278 1.00/1.00 vMB 6
800,288 800,288 00000000000000000000d6f3c26bca83bb8259c38245cfdf09b49a9d09589b71 6,133 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.