Loading Tool

Explorer IconExplorer

Memory Pool

76,281 transactions
29.19 vMB
0.10554254 BTC
Random Selection Loading Transactions
Max Size: 172.55/200 MB

Candidate Block

Mining Attempt 3ba0ed2343f0760b9d6c2b46fe0e87637b0d00e36f95a719e13d6e5a17c33eab
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root d7b3f3ab743319f60c3658187f4978d2f2bbd438017a5073ddf63e81aec98704
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.04266888 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (255,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,213 659,213 0000000000000000000d22d5ed6d9aa4ecd28ea3dec574ef88658e75d6665bb2 812 0.33/1.00 vMB 28
659,212 659,212 00000000000000000000e81d89632e67ba52865b665e69118d0ec8d98268e64b 1,784 0.66/1.00 vMB 31
659,211 659,211 0000000000000000000cd4f8c7c81c254d71a87bfd06f46d9d5ea53e9f2ecb13 1,382 0.58/1.00 vMB 18
659,210 659,210 0000000000000000000f2f499419fa44c22e69fb89fd7c297b14e8921f3f9008 2,425 1.00/1.00 vMB 29
659,209 659,209 0000000000000000000cc02b9b1628374fcacd7fc67c6f2bb8e87ddea089e0e2 2,577 1.00/1.00 vMB 31
659,208 659,208 000000000000000000036642385ed94c1375c738c329a59864bd93fc57f29542 563 0.24/1.00 vMB 29
659,207 659,207 00000000000000000008cbddded618cc051f1837cd079fac468fcfba4eb79080 741 0.29/1.00 vMB 29
659,206 659,206 0000000000000000000f80c286e7ccb49a0351144b8d010d8935119649d9bf85 1,339 0.63/1.00 vMB 11
659,205 659,205 0000000000000000000cfe351a844d1bc682c06fbe1d137c056924df335996d9 2,238 1.00/1.00 vMB 17
659,204 659,204 00000000000000000003c99afcf0d85de11f8c36c2b7e1372f909405db1a3608 1,527 1.00/1.00 vMB 71
659,203 659,203 000000000000000000001c7c73044484108f9bbbae26826e28df2bf448c01c07 990 0.43/1.00 vMB 24
659,202 659,202 0000000000000000000ef45f60a33441db5b7930ab0fa08957c791b8bcf7c8df 1,487 0.59/1.00 vMB 32
659,201 659,201 0000000000000000000ba0f79f80a930da819c453c2d2e1dcd85ad5ab969c9a6 2,108 0.81/1.00 vMB 15
659,200 659,200 00000000000000000009b581783caa85f84905de1dac427379ef46b5e9b7aaa5 2,439 1.00/1.00 vMB 29
659,199 659,199 0000000000000000000edd4778be5c8481a854a3cd693097920eac6e7b0d3dfc 2,654 1.00/1.00 vMB 37
659,198 659,198 0000000000000000000907354757369a00bcd677299dc433175cab9933f638b9 1,705 0.67/1.00 vMB 28
659,197 659,197 000000000000000000021b68dfdd02482c299e540ff570b73768fc057de1b8c2 228 0.15/1.00 vMB 22
659,196 659,196 0000000000000000000003edbabf2cc05edcf7014179a14f1202be678e0e8d2f 529 0.29/1.00 vMB 21
659,195 659,195 00000000000000000004eb8879bb32bac0e52be43b0833b4ba002627ebba1757 173 0.07/1.00 vMB 31
659,194 659,194 0000000000000000000afe321bb439d50e12300aab0e03f1f58e3d726269d7ba 372 0.14/1.00 vMB 34
659,193 659,193 0000000000000000000eb42f38e3ff8ef52e8e5ce9987d2a01ebf82ac665fb4e 433 0.20/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.