Loading Tool

Explorer IconExplorer

Memory Pool

77,756 transactions
29.28 vMB
0.07900524 BTC
Random Selection Loading Transactions
Max Size: 177.06/200 MB

Candidate Block

Mining Attempt b8934d7d10fa2fc0fba2d476ccd859b70b63ecfd76c21a65d9cce9d1df7c3d74
Version 20000000
Previous Block 00000000000000000002055b4d853890d231ad2ac28db2cbc60442d9b176473a
Merkle Root 13f05c2f200473ef0c5eb5357e93db9ae592da5516528a7f12e805d10e9c6dc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.01711918 BTC
Feerates: 79.19 > 1.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,128 (354,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,638 560,638 0000000000000000002466a0bf8fde39c9a555f577c688e45c8c2c956ce5cd80 1 0.00/1.00 vMB 0
560,637 560,637 00000000000000000008533c6ee3c4fbd1454471a70e9b450aff8fc751b4e956 2,541 1.00/1.00 vMB 18
560,636 560,636 00000000000000000008fcee5edd23c3ce68c53e918037333db157d7d63ee3e9 2,752 1.00/1.00 vMB 14
560,635 560,635 0000000000000000000ced8375f7adbd546ddd6f1a52679896b246cc9b5096ba 2,680 1.00/1.00 vMB 13
560,634 560,634 0000000000000000002f5798bafdb84eeddfd00bbcf1f810f1a96a17ad4987ab 1,957 1.00/1.00 vMB 15
560,633 560,633 00000000000000000013f40a5089b27a4fb89009a3671012825fe8d27c712bd9 2,721 1.00/1.00 vMB 28
560,632 560,632 000000000000000000229eb69e9a7726646c8864fc327285c32e6eefebcf578e 2,752 1.00/1.00 vMB 49
560,631 560,631 00000000000000000010bf9518c51c4edf2724d052705b80cdd72151db7f02b4 1,153 0.41/1.00 vMB 6
560,630 560,630 0000000000000000000bd257b679f9d9917a8da24ba20731914587e3a56d3c04 2,946 1.00/1.00 vMB 22
560,629 560,629 0000000000000000001852cf8e1d049c8adbe81b891f91e5ca6d2d37b422adc8 681 0.22/1.00 vMB 17
560,628 560,628 00000000000000000008a10344d647d0a7dcfe00917cca8f60dff1937d909df4 2,051 0.69/1.00 vMB 8
560,627 560,627 0000000000000000002da4b44fa1f26fc77f317189f7fc327c9fff88dc42e96e 2,770 1.00/1.00 vMB 18
560,626 560,626 00000000000000000001f1a0ba5fbac79a245ef6a331fbc597cb4a514f1060c0 2,992 1.00/1.00 vMB 33
560,625 560,625 000000000000000000231eb8253122a89d38e02955c5ebf490566d37532c13c8 1,316 0.92/1.00 vMB 4
560,624 560,624 00000000000000000018a70b7606968aea412a09fea5096fb5fa7decbc39db69 1,543 1.00/1.00 vMB 13
560,623 560,623 000000000000000000123d79816bdefa3ceaeda6f7140ddbb3b2fb51e2e6e933 1,460 1.00/1.00 vMB 11
560,622 560,622 00000000000000000025ffca0266f8b27c73cf7edf41fa2c4994f639eafdada1 1,941 1.00/1.00 vMB 20
560,621 560,621 0000000000000000000fd438478cd50a858def3b606d43dfe12a22144f3a5f1b 1,298 1.00/1.00 vMB 66
560,620 560,620 00000000000000000018f0d92530fccd6761d906c70cab2c65ecca28ec66a071 855 1.00/1.00 vMB 53
560,619 560,619 0000000000000000001a3347a57a344cf5b625fe77a99d73d16ce63756458756 2,447 0.91/1.00 vMB 14
560,618 560,618 0000000000000000001f7cb45083bb2765d7a8f642310cfc3546cda98581c840 3,008 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.96 GB
    • Received: 16.08 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.