Loading Tool

Explorer IconExplorer

Memory Pool

82,256 transactions
32.14 vMB
0.08657674 BTC
Random Selection Loading Transactions
Max Size: 193.59/200 MB

Candidate Block

Mining Attempt 80a369187c28db412efb37612a1326757ddab497526948e8c9ad3d4c487ee4aa
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 63ef193234f6fc6aa14f47981c717fc50f86922be26b9393d86fc2a90d972e2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,930
Size: 1.00 vMB
Total Fees: 0.01566340 BTC
Feerates: 142.62 > 1.57 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (70,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,109 845,109 000000000000000000031e98a4b28c542a2ad2bbc814f77d266c0ef881740dd2 7,418 1.00/1.00 vMB 8
845,108 845,108 0000000000000000000037c41023f5d78d9af5c5aedd0e51cbb7184bd2b69cc1 7,316 1.00/1.00 vMB 9
845,107 845,107 0000000000000000000037401742fc4651547814ee2e467e731ee6ef97f51a98 5,207 1.00/1.00 vMB 12
845,106 845,106 0000000000000000000155e9ef5c88248f011007757ef6510c6dafa62dc0bdba 3,828 1.00/1.00 vMB 11
845,105 845,105 000000000000000000031b89e32869128f38eb6a77aa51933bf7b4b6b40ec1a3 3,296 1.00/1.00 vMB 19
845,104 845,104 00000000000000000001c79fa27d553420c8e3f91c15d79f8aa0d4771f1c2c6f 6,934 1.00/1.00 vMB 9
845,103 845,103 00000000000000000002201cb81fb09170e8bf0d65aaefe82437f3f0a72dd6cd 5,533 1.00/1.00 vMB 10
845,102 845,102 00000000000000000002ee0c710e3126ba546b963d3ccc5738374d339b245789 6,732 1.00/1.00 vMB 10
845,101 845,101 00000000000000000001f136d7e77ef53a8249137c68d295f3c6ceee69f34c63 6,397 1.00/1.00 vMB 10
845,100 845,100 000000000000000000017ff5a3b49b1f3c9ae90fee0b5f4456d44e783029e93e 3,094 1.00/1.00 vMB 10
845,099 845,099 00000000000000000001949c809e22ce946e7227484c3dfe8ad408de1e09ad1a 4,436 1.00/1.00 vMB 14
845,098 845,098 000000000000000000010a784745ca4d143cce4e1e051c77ee3881e5c4f59986 4,983 1.00/1.00 vMB 22
845,097 845,097 000000000000000000015b77da480ca83471275acabf65e7768ed6c855f55706 6,980 1.00/1.00 vMB 19
845,096 845,096 0000000000000000000053a7c7aaf150c5a84863f836442adc5845ddba31954f 6,851 1.00/1.00 vMB 18
845,095 845,095 00000000000000000002b245c489fca7c74d3bad9c772550bbf39f51779972f8 6,169 1.00/1.00 vMB 19
845,094 845,094 0000000000000000000151c756cf46dfc59078a71e131bf9d7011357644b6c6e 4,416 1.00/1.00 vMB 13
845,093 845,093 00000000000000000002ed2364a1b898d9e64561e99d329a7d7a713451f36f90 7,220 1.00/1.00 vMB 9
845,092 845,092 0000000000000000000186c7ba0d344844d5905be7a366ea8d0d8b3b73ecfc64 7,389 1.00/1.00 vMB 9
845,091 845,091 00000000000000000002f5825f7db74e5e199216c205749f17dd414ec919c55d 5,904 1.00/1.00 vMB 10
845,090 845,090 000000000000000000029842d9589ecd75da456c9142c37157c401f1ac8d08ed 6,247 1.00/1.00 vMB 11
845,089 845,089 0000000000000000000062b4d4ab350e5cd8d65efc6f1aa3b090fbae72bfcf6a 5,526 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.