Loading Tool

Explorer IconExplorer

Memory Pool

79,451 transactions
29.51 vMB
0.09223772 BTC
Random Selection Loading Transactions
Max Size: 178.55/200 MB

Candidate Block

Mining Attempt 4a4faa889aa8bb64efa5fa25cb5d08b3f85e5835527d00348ee59af0cc702f8c
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root c9687251fda89db8720c469611fc1b44b99ad9850710b1a7873fa1b3234bc2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.03016669 BTC
Feerates: 301.60 > 3.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (470,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,647 444,647 0000000000000000000940a4895e3bf0e8e6c81e60768cda266ef7e17c73b2c4 2,602 1.00/1.00 vMB 67
444,646 444,646 0000000000000000030682be8b3d1272b2db7d240f1f66b71f4c7a3dc4be1fe9 2,579 1.00/1.00 vMB 86
444,645 444,645 000000000000000000651a05473b66c3b413e11a27b521b4955f6d03475e87bd 3,036 1.00/1.00 vMB 109
444,644 444,644 0000000000000000024359e234608574f2000beaadcf1cfa6ce63c307b937063 469 0.61/1.00 vMB 21
444,643 444,643 00000000000000000077162f106d3e21da7b40f1f444dda1cf9d04a16ebbdc61 2,172 1.00/1.00 vMB 61
444,642 444,642 0000000000000000036b84eed4e4ac76ea25f728dc4ab96d31795cfb5d4e2885 2,501 1.00/1.00 vMB 88
444,641 444,641 000000000000000002b627ca815892b93ea10990857e32b8e61d224cb1b50645 2,562 1.00/1.00 vMB 63
444,640 444,640 000000000000000001680cd187d22e88e163e4caf0e8621811d86b704bcc0af2 2,632 1.00/1.00 vMB 91
444,639 444,639 0000000000000000030c144b4543972d0632d4960a3542c3c6fb636be6d09e45 2,477 1.00/1.00 vMB 91
444,638 444,638 00000000000000000236bc775cb02560897ab85cd8b363d3cdbc3d5bb553f132 2,126 1.00/1.00 vMB 79
444,637 444,637 00000000000000000037366678ae74aadd77315eaac95f2b0139963827917a7b 1,373 1.00/1.00 vMB 42
444,636 444,636 000000000000000003289d08b3114cf2f27c081b8491d4c23e3b01a773591f6c 614 0.37/1.00 vMB 53
444,635 444,635 0000000000000000021aae1eeebc9f3727cc45f20c8bcbad2e700dac4eac43fb 1,307 1.00/1.00 vMB 31
444,634 444,634 000000000000000000a7742822726e8e7cc1b048e66214800e7f40c555aaabe6 2,046 1.00/1.00 vMB 78
444,633 444,633 000000000000000001b8abe890a9595a8a233e7242d61c4e10448e77cba147ab 2,129 1.00/1.00 vMB 81
444,632 444,632 000000000000000002c7e66afd8b7a4931ac477605a85f7857b53ed47bdcae78 1,640 1.00/1.00 vMB 37
444,631 444,631 000000000000000003608dbd5d256f85d60fca22e393e150d73fbdf94ccf5c2c 2,716 1.00/1.00 vMB 86
444,630 444,630 0000000000000000004c46883318ba1773c364a401eb1d58d1956ae2028a709f 1,816 1.00/1.00 vMB 48
444,629 444,629 0000000000000000010e0f10b3377de6d9cde41f20963fb0ac838efd38edb48c 209 0.10/1.00 vMB 73
444,628 444,628 000000000000000002c6a73ffa77b6ff7928c5ce1167762d37f716ff8ce06367 2,304 1.00/1.00 vMB 71
444,627 444,627 00000000000000000324f05faffbdc4e8122a8968760dbae97a9cc66dbd669f0 2,160 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.