Loading Tool

Explorer IconExplorer

Memory Pool

79,068 transactions
29.66 vMB
0.08113739 BTC
Random Selection Loading Transactions
Max Size: 178.53/200 MB

Candidate Block

Mining Attempt e56aeecdd620a4d7a44f4ffe9d79300603db23882787239363aa096e6533ba86
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 590b36d4a4174ec9d189e74919724b3545840c5a9e6109307cff2e3f0c38c83f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,807
Size: 1.00 vMB
Total Fees: 0.01711537 BTC
Feerates: 115.11 > 1.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (274,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,020 641,020 000000000000000000039fb3de4518f7d256e41b2388987eb72cc6fac3f8ecc6 2,463 1.00/1.00 vMB 103
641,019 641,019 0000000000000000000169ba0d84f1a8841eba1ab4d11cf1e91c1b3e16d9cdfc 1,558 1.00/1.00 vMB 52
641,018 641,018 0000000000000000000d4a2c108897af64924562c842e538567bca1799044e59 2,209 1.00/1.00 vMB 75
641,017 641,017 0000000000000000000510dd78996561ee7a7d5a8a1e4dd334d214c895c95bbb 2,027 1.00/1.00 vMB 80
641,016 641,016 0000000000000000000c010516b08cf95c3fb3e27378ee2d774925fdcaa4a63e 2,708 1.00/1.00 vMB 67
641,015 641,015 00000000000000000005cbe309f4d602365c3babe8f793dc0a6acb5ab6f060f6 2,089 1.00/1.00 vMB 99
641,014 641,014 000000000000000000066a3c9c160e48f8b5b3f5c62fe793215189c01cab250b 2,241 1.00/1.00 vMB 85
641,013 641,013 00000000000000000003ada654da5b6c134e541a77b672865b9ce194e922b035 2,506 1.00/1.00 vMB 68
641,012 641,012 0000000000000000001007698c6f42d6009880cb6a736dfea50d8a0ab7b17dec 2,377 1.00/1.00 vMB 83
641,011 641,011 0000000000000000000eaddd5085930fa06983f5d14324a80deb1fc74d13466f 1,907 1.00/1.00 vMB 104
641,010 641,010 00000000000000000004d9cd9dc1303eac660d267c374880e5dca14640234553 1,734 1.00/1.00 vMB 65
641,009 641,009 0000000000000000000b499dfd9e55bacad6c04005392f466352b32209c732b7 1,999 1.00/1.00 vMB 72
641,008 641,008 00000000000000000003757e28d49fb8fafb3b2ab02d6dd4971f53c1dd4f69c4 2,262 1.00/1.00 vMB 91
641,007 641,007 00000000000000000003d9e6ead04b7bb56fd0be82527f435b4346232d811a2f 2,581 1.00/1.00 vMB 76
641,006 641,006 00000000000000000002d6caa9f62c109079d75769a727cccc237b6052a87168 2,568 1.00/1.00 vMB 90
641,005 641,005 000000000000000000038f7ed618675e388b89f9bfc18eafd1d7e4806accec4c 2,260 1.00/1.00 vMB 100
641,004 641,004 0000000000000000000ac5995804077cacde5fcd0edbbb6052310c047164ee98 2,217 1.00/1.00 vMB 95
641,003 641,003 000000000000000000059e3ee9a54b032ad396284f13aa47886321507c3c0259 2,632 1.00/1.00 vMB 89
641,002 641,002 00000000000000000001e3e47ce1a62ad0c352e3f64d3b8f708ad7ee18a3cc8a 2,505 1.00/1.00 vMB 109
641,001 641,001 0000000000000000000de3a97566aa159a06353961f3e95378698c10e0e929fc 2,308 1.00/1.00 vMB 98
641,000 641,000 000000000000000000076069e6850154941bc74b8db77fa248533ddd6e7a1bfd 1,970 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.