Loading Tool

Explorer IconExplorer

Memory Pool

81,050 transactions
29.85 vMB
0.07911016 BTC
Random Selection Loading Transactions
Max Size: 183.36/200 MB

Candidate Block

Mining Attempt 1e3fd480b85e67e74c64d2fce2983aa2ebf4006c5caa516e505c1bb1ffe8434a
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root 849bb6bc17e1b55d900f66a397006d4bdfcbf1487133f8c168ed8fadd84042ed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.01314592 BTC
Feerates: 82.43 > 1.32 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (551,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,307 364,307 00000000000000000c406ec927351411a376225dec35481b9c1b2fe19b58d839 1,482 0.75/1.00 vMB 29
364,306 364,306 000000000000000007a7648870dbaa5668a6f9307e99060cc7c0703945e098bd 821 1.00/1.00 vMB 19
364,305 364,305 00000000000000000d298977816ef6a185333f8d8b73f58814f2e6cb76f87f5b 949 0.75/1.00 vMB 35
364,304 364,304 0000000000000000123aaf2d4a8c456ffd2b9496a6cf10c1088e4af732bd6f8f 1,909 0.75/1.00 vMB 54
364,303 364,303 00000000000000001554ad7eb62c7e2b1ce5ad123a2ace141fe5b2b926a20ab3 62 0.02/1.00 vMB 61
364,302 364,302 000000000000000004ccc5805eef02230eeb940321b804b2c1ddec3674a07a73 2,731 0.75/1.00 vMB 94
364,301 364,301 00000000000000000a1bf46bd3ffde11aa9754a90e8b4e2cea00618670260f05 178 0.05/1.00 vMB 71
364,300 364,300 0000000000000000132d3c014c8f5a99a4eaf862c289d1db0a9f67a6c0a899b6 2,093 0.93/1.00 vMB 46
364,299 364,299 0000000000000000014ff3217f90029c9b7f547f6fc60e5e3a082c7fcb73fd0d 2,187 0.93/1.00 vMB 43
364,298 364,298 00000000000000001271d311522dccd93b9cdc75295011b4eb22d34751ecff4c 2,347 0.75/1.00 vMB 56
364,297 364,297 00000000000000000d667a9d215665741c700b9a0e884b52ac41ae68c7133762 2,034 0.85/1.00 vMB 58
364,296 364,296 000000000000000007f1f10c5b237cbf0fd5ee892841d6dbee9861cee2594fd6 2,454 0.95/1.00 vMB 51
364,295 364,295 00000000000000000c94ca4441d4f2470188dcb8845820d818cbfaf9f0c838e9 388 1.00/1.00 vMB 6
364,294 364,294 00000000000000001118183663d60fa00b01374f2f0815dfc628f827810be987 89 0.02/1.00 vMB 70
364,293 364,293 000000000000000013ba348d19e2418fb49f79ea3fa7026c8c92483b4c61ba36 2,872 0.93/1.00 vMB 63
364,292 364,292 000000000000000003dd2fdbb484d6d9c349d644d8bbb3cbfa5e67f639a465fe 2 1.00/1.00 vMB 0
364,291 364,291 000000000000000006b3c87f903ecbd47197cb8b0bc66480bd913c7d203d466f 2,155 0.75/1.00 vMB 59
364,290 364,290 00000000000000000e69f953847fbff3f831561c71ec724d9c671c4ae051eb2b 746 0.75/1.00 vMB 17
364,289 364,289 000000000000000009f21c93c310685b844448aa925ee3477ab5e86fe14f8a5f 1,213 0.75/1.00 vMB 26
364,288 364,288 000000000000000008993e456bea744517f362be2c6790990a8bbc0a4f64d349 2,229 0.75/1.00 vMB 57
364,287 364,287 000000000000000013c8703b633ebe30e78d71797975c0c2b0a14d6d71daf89d 188 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.95 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: 715.23 GB
    • Received: 17.68 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.