Loading Tool

Explorer IconExplorer

Memory Pool

80,367 transactions
30.69 vMB
0.07317911 BTC
Random Selection Loading Transactions
Max Size: 186.72/200 MB

Candidate Block

Mining Attempt 9944fb22e0c2ce8cdef2c0e214a2ee5eae4b5f55d3ecb3160555091e2f3c5622
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root fb1a97eeafa88e06aff9bda7e88b8423695c18ae28f52f264727392da6c1d9e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,186
Size: 1.00 vMB
Total Fees: 0.00743697 BTC
Feerates: 265.25 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (70,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,113 845,113 00000000000000000000d078270713d4a072ca0b30a7c8b342cb25ea769c2bda 6,166 1.00/1.00 vMB 37
845,112 845,112 0000000000000000000197571026c9e9cdffcf3c0c36b2b2401d3406a0408b11 6,603 1.00/1.00 vMB 22
845,111 845,111 00000000000000000003022fec4f2e07503f489c9705800da9cf6a45edbb93ea 3,359 1.00/1.00 vMB 12
845,110 845,110 000000000000000000007cbdf3a2344e4b4937eb0b51ed8a51ad43a4039360b1 3,559 1.00/1.00 vMB 14
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
Previous 10 blocks ↓
Total Size: 782.71 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: 701.09 GB
    • Received: 16.62 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.