Loading Tool

Explorer IconExplorer

Memory Pool

46,185 transactions
28.64 vMB
0.06920433 BTC
Random Selection Loading Transactions
Max Size: 152.64/200 MB

Candidate Block

Mining Attempt 680265d933a7cc137f4cf8f487bfe4b7ce8cbfd3da2271ab4197acc39c649f88
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d1b590d8797a48fc4ac99776dcbe6f4fc23958fa7c3c8aba406b647e8b98ca2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.01488570 BTC
Feerates: 73.20 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (119,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,848 794,848 000000000000000000008c5d9b4409be9c789e3a16da29dee04fb264c28dde4f 2,802 1.00/1.00 vMB 21
794,847 794,847 0000000000000000000342119b17979f25376ad4f9cb7a1a4fdec4b4a56ab55c 4,462 1.00/1.00 vMB 19
794,846 794,846 00000000000000000000d2ec24205379e96975381b738820d91ab28dce3df9d8 1,949 1.00/1.00 vMB 16
794,845 794,845 00000000000000000002a00e7bc0ab74c12cb9a173b9423e756898093a71941c 3,509 1.00/1.00 vMB 32
794,844 794,844 000000000000000000023e136b9cdbdc1cd043e2d8dc1eca7222dd8c329a95a9 2,378 1.00/1.00 vMB 38
794,843 794,843 0000000000000000000087672bd0e7187ae049c7fb9fca75ff165f3b84a83fd3 2,784 1.00/1.00 vMB 15
794,842 794,842 00000000000000000004d64934f87427c8b9ae78871d176ec52f2f53e14ada68 2,446 1.00/1.00 vMB 28
794,841 794,841 000000000000000000019be4a382d8b5e46ae0a7100aed7f11b4d2d15cd7502b 2,819 1.00/1.00 vMB 36
794,840 794,840 00000000000000000002f3b7f20ed3102ade74276d724b704654b5259b077ab8 1,546 1.00/1.00 vMB 15
794,839 794,839 00000000000000000004e687bfb336c2fcab53dfad084fb5fb80af2a4196a554 3,764 1.00/1.00 vMB 16
794,838 794,838 000000000000000000002f35d901722be2849e54bbf90de116425dc5e2a7b318 4,219 1.00/1.00 vMB 15
794,837 794,837 00000000000000000001e312c705bafa0eeda7b67b84bfc61861a2fdd588362f 2,408 1.00/1.00 vMB 21
794,836 794,836 00000000000000000004e5ac8d7b54dd6ff6e52d7d9fedbd54ff17ec21d0a1a0 968 1.00/1.00 vMB 15
794,835 794,835 0000000000000000000163e362077285087c6f2f7f171025f5ebe12dc28fed91 2,649 1.00/1.00 vMB 18
794,834 794,834 000000000000000000055e3e6be2a59a939370d25f133c7d3bdf3e9d363e374c 2,980 1.00/1.00 vMB 30
794,833 794,833 00000000000000000003f34ddea0d9fb1a433d4a9d131666f90d9131cdbc3da7 2,869 1.00/1.00 vMB 15
794,832 794,832 00000000000000000001ca2b86a1b70ab8355e96722acab9848fa9322e126896 2,649 1.00/1.00 vMB 24
794,831 794,831 000000000000000000024b56e91422c7c5a38bfdd8824026b3c860676eadf4cf 3,031 1.00/1.00 vMB 27
794,830 794,830 000000000000000000040acc73d20de7af80f0e7073ab67f22311813d775c25b 3,219 1.00/1.00 vMB 28
794,829 794,829 00000000000000000004bab53100dafef10d7e4c960bd858bb91f6a85cd1fad2 3,202 1.00/1.00 vMB 29
794,828 794,828 0000000000000000000521364d8a85b71a4c79fbf4beabda4be9277a480cc84a 3,132 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.