Loading Tool

Explorer IconExplorer

Memory Pool

24,545 transactions
11.68 vMB
0.03301809 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.54/200 MB

Candidate Block

Mining Attempt 4fadcbf6e11fa5e5345acd55b853d107ef39e30656304ac4805f87d7941dc540
Version 20000000
Previous Block 000000000000000000007855c93bbdcd4af7b34ad31745b720f13b50fca66934
Merkle Root 60ccb35acba298b4186bc56ca075cc705f71f93494f06447a61e831141601daa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,989
Size: 0.997994 1.00 vMB
Total Fees: 0.01376094 BTC
Feerates: 443.88 > 1.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,656 (797,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,297 116,297 0000000000000a3944389d183028796fe4f714f78d8a23c6179d8ea38cce7e37 12 0.00/1.00 vMB 0
116,296 116,296 000000000000363487616d72c3074227b6dd7bd809d6ef7364bcf85bd3d0c34b 5 0.01/1.00 vMB 1,086
116,295 116,295 0000000000009654db168b16fee0d228eda32d02cf6cdb02578118bca18e5ee6 12 0.00/1.00 vMB 356
116,294 116,294 000000000000e242a6acf303d40f5a9d98f0e3cf836fe35376526b76374d82ad 1 0.00/1.00 vMB 0
116,293 116,293 0000000000003299955437d7bf8d7cd7a37ccc80adc0fb5581cdc68202d76275 11 0.00/1.00 vMB 0
116,292 116,292 0000000000009ab13ed907564202005d022fcbf51f3a2f543a9c1b2dbbfca7a7 7 0.00/1.00 vMB 0
116,291 116,291 000000000000de35622edb835af847dbcaa1af0067b3db87ba89f734a676847e 12 0.00/1.00 vMB 0
116,290 116,290 0000000000001cc64f04b08a75f7d43827c00d9b0552d81b0b45292887c106dc 8 0.00/1.00 vMB 0
116,289 116,289 000000000000417c94d689f0d32760abca09c01b25af76996ca517ce4e9d2e09 11 0.00/1.00 vMB 0
116,288 116,288 000000000000a50d38e2dd2f90f02fdb623228fa4fe9776dae390144fcc3c221 7 0.00/1.00 vMB 792
116,287 116,287 000000000000e8a2f59244c1f53441de016985843f37884153538b3d3dfb1fc8 2 0.01/1.00 vMB 1,011
116,286 116,286 000000000000e4e0b33a64bbb0193aade380fa51fc063353e143f70c27b8313a 11 0.00/1.00 vMB 0
116,285 116,285 000000000000696beca7ec725401fc49091cfca353e1bcc9ddab5a6b33c8c890 10 0.00/1.00 vMB 707
116,284 116,284 00000000000003fd30cd2446d1dc78ffc7d4edbb10ff33a43b2f345b6da25a9d 8 0.00/1.00 vMB 636
116,283 116,283 0000000000000e6205bd31925d33b431f32d7c0accaff7e711f61595b37c28b7 9 0.00/1.00 vMB 0
116,282 116,282 000000000000ea2bcb999180872621edc024ad4584eacada2acb3a894cc2df84 14 0.00/1.00 vMB 1,086
116,281 116,281 0000000000009dc8933fe5920acffe6cecd87c7bc423e8e70dbbd2cd3f6b526b 13 0.00/1.00 vMB 0
116,280 116,280 0000000000001cea6a23a1c056eeb8cc57e92afdcea3ddf06d5f56f33289f75d 8 0.00/1.00 vMB 667
116,279 116,279 000000000000d7b876498e444cca8c85c20ff90b0f624db281c8fb38a76bc38a 6 0.00/1.00 vMB 347
116,278 116,278 000000000000afe0ad4ac1e5dfc47848c7d2bf930266817343b400102cee5890 9 0.00/1.00 vMB 451
116,277 116,277 0000000000008775f37eeac47371ff88fe637fb2c2dc0c80a75b7ce9853afbf5 9 0.00/1.00 vMB 860
Previous 10 blocks ↓
Total Size: 780.01 GB

Node Details:

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