Loading Tool

Explorer IconExplorer

Memory Pool

77,744 transactions
28.60 vMB
0.09920113 BTC
Random Selection Loading Transactions
Max Size: 173.82/200 MB

Candidate Block

Mining Attempt 89c4f81c13d0dae72fd518a70beff619f9add6818f407496e079327e203f8bba
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root ee85b04bf35343ce79544f5e4e891e0a8342f95fd486ff71c95057e15312f1e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.03368737 BTC
Feerates: 201.07 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (553,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,360 361,360 0000000000000000074607dec9e0c71f27c7f4501c2cf2b2b4698620a35de8f4 1,572 0.75/1.00 vMB 49
361,359 361,359 000000000000000002f9377bb584cdf0bbc85d88ea510795a73cf7a8974b62bc 1,221 0.48/1.00 vMB 32
361,358 361,358 00000000000000000b11b4ef4c75298f98a0b216568ed83a1be5c4ac4e48af68 637 0.40/1.00 vMB 18
361,357 361,357 00000000000000000b07d9c696c964f87bd969ce4cc9d6bdd441319ff475d770 2,065 0.95/1.00 vMB 31
361,356 361,356 00000000000000000b5a4c2e0c3e23eea49550fd30ced0b49d5212f0756070ef 196 0.14/1.00 vMB 19
361,355 361,355 000000000000000008585d4e8b09b9d263b42e88fc5b6b870c2f042e6d7a3b8d 949 0.56/1.00 vMB 24
361,354 361,354 000000000000000009a366d0bcfd797612958625c00d17a85e5a9fdc01f83824 1,142 0.43/1.00 vMB 18
361,353 361,353 000000000000000013f555082ca7ced65a9eff941e06c506f61ec73800abb2e5 1 0.00/1.00 vMB 0
361,352 361,352 000000000000000003f6beb7f97f6bdf9f1fc88753acfd891b24b71e8fe3499f 978 0.68/1.00 vMB 21
361,351 361,351 00000000000000000218368e4ba9f181a37e26845ee25cc42dc0717ff3acc086 1,805 0.75/1.00 vMB 33
361,350 361,350 00000000000000000f728fd50b4e4cfc04837214ab07c5e58e311ba2a7839132 1,152 0.75/1.00 vMB 24
361,349 361,349 000000000000000013d1de2ffab771e2ce4b8caefca425dc8e36af32db6a8aa8 1,605 0.75/1.00 vMB 30
361,348 361,348 0000000000000000100cb1210a62b38c7f7d990cb080ab5c2521713fa433d139 1,883 0.75/1.00 vMB 49
361,347 361,347 00000000000000001328ae9a45aefd7137488e87fb8fd19e0a3dd05e9f814d47 742 0.39/1.00 vMB 27
361,346 361,346 000000000000000003b705e71a2207e6e736c7110bfe1945df9a03ca6d7ac56b 920 0.43/1.00 vMB 29
361,345 361,345 00000000000000000135b08779358fc6f7bca0a84121abbb27c9f84f0ea8d410 670 0.35/1.00 vMB 29
361,344 361,344 0000000000000000068be96b93baaea52cf9d165aed5c35a62624123e1d2ae03 523 0.25/1.00 vMB 33
361,343 361,343 000000000000000013913da348b331c704a8e92015b93ddafe21280c9f1ed6d8 438 0.25/1.00 vMB 20
361,342 361,342 000000000000000009398eda66e1a36751ae5dc302ce553cb847f9e9704f7fb8 675 0.39/1.00 vMB 21
361,341 361,341 000000000000000000979a532f875c77da8ee6a0b2a2fad71276808a8ba038e5 967 0.43/1.00 vMB 34
361,340 361,340 00000000000000000461095c7610d2781a3343aa0adcc9c246cf8b9c220b1e06 137 0.05/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.