Loading Tool

Explorer IconExplorer

Memory Pool

43,840 transactions
27.39 vMB
0.07131895 BTC
Random Selection Loading Transactions
Max Size: 143.70/200 MB

Candidate Block

Mining Attempt cea4cabd88e6aeb500f8901b8be55ce4630aec7a481f1b43006e62f1c4ad0621
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (86,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,775 828,775 0000000000000000000020a1ec28d644db6dd81cd349d5ff9f4cc44b3b9e99eb 5,170 1.00/1.00 vMB 205
828,774 828,774 00000000000000000002d506b88b4c929de8a0d82f3f3f5683d4869b512cc073 3,791 1.00/1.00 vMB 228
828,773 828,773 00000000000000000000c9fcb32912a84662f7c564512cd6d66d243d3cf4b22b 6,128 1.00/1.00 vMB 270
828,772 828,772 00000000000000000003a14ea674b439dea7bd31a1d5cac67e506bd60e10543d 6,234 1.00/1.00 vMB 275
828,771 828,771 0000000000000000000203df7a4f613e2b9d4ff9d33648313e003fba20480948 3,302 1.00/1.00 vMB 214
828,770 828,770 00000000000000000003b1e3521bbb59577866a8974e84adb872a8f31f3682a4 2,314 1.00/1.00 vMB 236
828,769 828,769 00000000000000000000b0bcccf1eb29476abc859a68b741419213cb1ab8e3b9 1,247 1.00/1.00 vMB 243
828,768 828,768 0000000000000000000298061edf1620a98b896c133571782366e049233834e2 3,316 1.00/1.00 vMB 312
828,767 828,767 00000000000000000001431bac60f6c0b1f91001a632731163e6fa275a145bcc 5,730 1.00/1.00 vMB 352
828,766 828,766 000000000000000000025099510690e61bad086c775c6783475f664651dbfba4 3,571 1.00/1.00 vMB 325
828,765 828,765 00000000000000000001c819215c7b84376815cc1afc5433d4e9529c0f2f9741 2,036 1.00/1.00 vMB 336
828,764 828,764 000000000000000000007902ca7477b4006762c623402dc91d4b540c98302134 5,043 1.00/1.00 vMB 406
828,763 828,763 00000000000000000000ac8bb2b6fbba9cd5627a9ad8abe813d06ba8bec49f6e 5,976 1.00/1.00 vMB 463
828,762 828,762 000000000000000000029a27ab24990681cdb1a77e8dd1d5c30dd178bd816b19 4,250 1.00/1.00 vMB 416
828,761 828,761 000000000000000000038e87490f8f5e715042cab0b09b6061c2c77027c613b8 1,472 1.00/1.00 vMB 404
828,760 828,760 000000000000000000017a89d44a98f6e4cf4593a7f36623ea2a2a6b6f3b3d0e 2,822 1.00/1.00 vMB 477
828,759 828,759 000000000000000000004c3dfd059ec71a440f15d29bdc6da9521c60e73d416a 4,818 1.00/1.00 vMB 505
828,758 828,758 00000000000000000001e38c046e712428ba96f0e6c55e9714e4c990f0c52019 3,515 1.00/1.00 vMB 503
828,757 828,757 00000000000000000003ab8061a07310bfb7627673ee61f30fa671e1769486b0 5,973 1.00/1.00 vMB 574
828,756 828,756 0000000000000000000237e6f822abbf6f5ffc42767d14353c20b13c12e0509f 2,711 1.00/1.00 vMB 531
828,755 828,755 00000000000000000001f29d5f2992fece846ef892fd4a47975b21fd8e4f9837 5,378 1.00/1.00 vMB 599
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.