Loading Tool

Explorer IconExplorer

Memory Pool

28,976 transactions
5.33 vMB
0.01668509 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.85/200 MB

Candidate Block

Mining Attempt 45394df3e9c70f3318acd0b401fb3412b32a4060558a6af5f90f54eed1762871
Version 20000000
Previous Block 0000000000000000000223d10772a4060d42ab62d0e68443f36e632be3e35358
Merkle Root 7484162a2adab3f0305c87d630f622c3906774125d0c399c2eb51ab2250cf202
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 599
Size: 0.12 vMB
Total Fees: 0.00282242 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,937 (796,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,319 116,319 000000000000e7b61b99117738ad49328798a716ba4f37b45d1d14435d40aae9 0.01 MB 7 1,423
116,318 116,318 0000000000000f81a55234f0e77181979c9b402ae2f28fb0e44b4f7e9d6a9230 0.00 MB 13 0
116,317 116,317 0000000000000641840caf71942d893ba073afc07c7a7cff8d99683236f4bef1 0.00 MB 15 945
116,316 116,316 000000000000b121948cce4802910bc4216e80b21cd27b22f14d27fb7347f2a8 0.00 MB 3 4,434
116,315 116,315 000000000000031fddd8820d09a64ceb50a744281ad63a52f3c3af4eeb7cbc19 0.00 MB 3 1,066
116,314 116,314 000000000000de7063e94841537e975b6cbd9d4c7d9f59199e3fc343f39a65c3 0.00 MB 11 361
116,313 116,313 000000000000704841aeaa913bee9600299118ae1af7a1b84aa48074873a7d0b 0.00 MB 7 0
116,312 116,312 000000000000a8408e8f5f5616465812c4b7eeec41ac0eb56835b8622c357fff 0.00 MB 12 722
116,311 116,311 000000000000822a0951453d0d2e0d5b9bc859d30e66b8387eb0ef073ba51a6a 0.00 MB 12 0
116,310 116,310 0000000000009f26742fa2ed1e15d69b1e07199104b72b593261c9483e3430ca 0.00 MB 13 517
116,309 116,309 000000000000e0c43087abe421f91484a9ccdb0447b026f2e6f75d66fcf99245 0.00 MB 4 968
116,308 116,308 000000000000ac9520fe458cb49ef7919d661c5b8e64179067741f7297dc247c 0.00 MB 12 0
116,307 116,307 0000000000005c2c51c1cab517dc800be0511fcf7d9ceca0224fec03649f934c 0.00 MB 13 333
116,306 116,306 00000000000012132896075af1f3bf3046ea2b522eb93ba73d809fea44c113aa 0.00 MB 12 0
116,305 116,305 000000000000692741cfffb468af3066d388f7f9261f705bdde0c6c83705d5eb 0.00 MB 12 0
116,304 116,304 0000000000000f1081bbd6eb4af8e40d18eb3d8ed5bf1782d168420808fb4660 0.00 MB 11 0
116,303 116,303 000000000000ab60748d8c6b31d5e278abf8b7f66b12cbf865c442d6f4b8dcf0 0.00 MB 11 0
116,302 116,302 00000000000090368a5fd73d38e2888326e4f9b03feb971d7e3faa0142acd91e 0.00 MB 12 0
116,301 116,301 0000000000002feccfec1d1ab6e479b307caa12e88fd506c2a267ae89b1081bd 0.00 MB 12 338
116,300 116,300 0000000000004d16919d8d7c06f6de2e928839eba4cd004bde3c5f884dde4dbc 0.00 MB 12 342
116,299 116,299 00000000000091d58a4f9ddb87de25f09a6ea9f50af6c09521425653ae96d5fb 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 778.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 335.52 GB
    • Received: 2.92 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.