Loading Tool

Explorer IconExplorer

Memory Pool

88,841 transactions
32.51 vMB
0.18121874 BTC
Random Selection Loading Transactions
Max Size: 196.57/200 MB

Candidate Block

Mining Attempt 7818d3728f8b71fd9e87f0569a0bbd52aa06a04be950a550343c1257ba6bad96
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 639f2325bf3fd2a38e2b0a0b89b971188a13c65d981dc264436c2a80981722ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.08814102 BTC
Feerates: 216.64 > 8.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (130,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,550 784,550 00000000000000000002e20491e8071257102ff6cf2eefc012aeb4d00a083ef5 3,486 1.00/1.00 vMB 26
784,549 784,549 00000000000000000000d8769488071c99279cfcf9d65d2e224b6db7449b11a5 2,526 1.00/1.00 vMB 9
784,548 784,548 000000000000000000045265a492150351f128cfb0019a181f350a670c84f1d8 2,281 1.00/1.00 vMB 13
784,547 784,547 00000000000000000003fdda3f5332bd1f00ba876463c27ffef83c5b2b35e356 3,442 1.00/1.00 vMB 19
784,546 784,546 00000000000000000005d6c5c7aea97f20c5587b6a30b0a9b01fab2d0d9552bb 2,158 1.00/1.00 vMB 13
784,545 784,545 000000000000000000031c165fbd6cb58d606cc9a50a45ad0dcc12cdde088d91 3,404 1.00/1.00 vMB 25
784,544 784,544 000000000000000000032f3cc37d62ec6028290a4732c35e669427b1517526a9 1,073 1.00/1.00 vMB 11
784,543 784,543 00000000000000000000d63714e9e36f7bfe9d05b75cdd17b5a6fe7537120db1 1,760 1.00/1.00 vMB 11
784,542 784,542 000000000000000000052da26877ba9e9f8b9e4dd8226f30a6b7ed07bb97929e 2,988 1.00/1.00 vMB 13
784,541 784,541 000000000000000000004722efd88376087bd9d1ccc7dc15580dede83acecc54 2,852 1.00/1.00 vMB 19
784,540 784,540 00000000000000000003c4ede341c4f1439c196f4dbb7e1baa871487c21d0eec 2,395 1.00/1.00 vMB 20
784,539 784,539 000000000000000000003f93f77d47689064157125f448102a426edf1410034a 4,008 1.00/1.00 vMB 22
784,538 784,538 0000000000000000000587b9648aed4f1150e378750ed4bc67c0e41a1402f7d0 3,032 1.00/1.00 vMB 30
784,537 784,537 0000000000000000000536b9b9cb6302af98926140df3d5e64ee5becf42eb1a6 3,033 1.00/1.00 vMB 20
784,536 784,536 00000000000000000004b7a37e6737c824037ba56ad67d0caea6cf0ba6962e21 2,960 1.00/1.00 vMB 19
784,535 784,535 000000000000000000053d9e17192781062c234bb04c208c9d917db17bad4026 2,587 1.00/1.00 vMB 18
784,534 784,534 000000000000000000007ffee1c5dfaee8be02a3d2f004143146bfba3d1b46e8 2,837 1.00/1.00 vMB 23
784,533 784,533 00000000000000000000b9e15b059f2031a03f19baf3c4e0720919fd9b9795f5 2,770 1.00/1.00 vMB 17
784,532 784,532 0000000000000000000247a095a809019dda0157a678c6051627b42eb1ee63b6 3,055 1.00/1.00 vMB 21
784,531 784,531 000000000000000000056f805c8b2a6e76afa20a94beb9b6887b5fe0d85c0fff 2,482 1.00/1.00 vMB 28
784,530 784,530 00000000000000000004c105344f6fbf597a591aa432f948fabb2923ecd94151 3,131 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.