Loading Tool

Explorer IconExplorer

Memory Pool

86,088 transactions
31.50 vMB
0.10439529 BTC
Random Selection Loading Transactions
Max Size: 190.82/200 MB

Candidate Block

Mining Attempt 0f0ded9074920f2f0b5b207677d2549f143b8c935918bfa961cd8da22dc60dc2
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 4fa9c422233b903d9c7261f8b2c216d31f9ca8ba09b28088e2080f8c9e740d88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.02845370 BTC
Feerates: 60.16 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (524,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,643 390,643 000000000000000002004c993e3a3963abfd598b393ffc78daf7676c62822599 404 0.25/1.00 vMB 28
390,642 390,642 0000000000000000083cd93890a9bb57986e3c154eb0683da37b98cb8dc5b797 1,751 0.75/1.00 vMB 37
390,641 390,641 00000000000000000154994e3604a212587aaf4bc2882a2360567e49f79a2e0c 1,229 0.50/1.00 vMB 36
390,640 390,640 000000000000000004b3d2a9f82a72f017010460c9bc51e1ec45477b42fc99d1 1,317 0.68/1.00 vMB 35
390,639 390,639 000000000000000009404cf89f7b32ed7383da53e00c322cee63ae9602d964f1 1,844 0.95/1.00 vMB 35
390,638 390,638 000000000000000005d025212be2374258d6531b366861162a810ee3ca2b637c 2,830 1.00/1.00 vMB 48
390,637 390,637 000000000000000004cafcb59588336d02f4f88f92bd30ca3e8db3e8c7bc85d2 1,248 1.00/1.00 vMB 19
390,636 390,636 0000000000000000076c02a7ba6fab2d5925ab063753facc3a9db224ac6d9669 2,195 0.93/1.00 vMB 43
390,635 390,635 000000000000000008f6caa8c9c2ebfb4a4608b8b6ef6cc9722417b9989a4530 1,632 0.99/1.00 vMB 22
390,634 390,634 00000000000000000777728975a341d333120866a9bd86fe9e21c813d6441723 1,419 1.00/1.00 vMB 28
390,633 390,633 000000000000000003361202d30b98fbcecc85545baaaa3cfafdc9e954baede5 2,375 1.00/1.00 vMB 34
390,632 390,632 0000000000000000025729f8368647d8fde0bb74ed53a211f28cb2f0ac5e7d90 2,654 0.93/1.00 vMB 72
390,631 390,631 00000000000000000b2c0792c71987b28815e4f231d0884d3d7e53da66995713 2,981 0.99/1.00 vMB 55
390,630 390,630 0000000000000000083ee82469dd21cfa47c54ff43fa11454288eb192d710c13 1,432 0.77/1.00 vMB 32
390,629 390,629 0000000000000000046992b737c771a8a250a0cf72a12441f034d9f33f18fb46 567 0.42/1.00 vMB 24
390,628 390,628 00000000000000000b9c1b9c64e4aeb59c610cbeaf04717fa60f2fea56f4a33f 1,151 0.63/1.00 vMB 33
390,627 390,627 00000000000000000308d12e604f37d7a567ae4c03fc7657227e5841277e8e15 642 0.27/1.00 vMB 35
390,626 390,626 000000000000000004edfbd8f23a91dde005e6ddc0f2b8c3ff23a4b8100de6da 388 0.25/1.00 vMB 28
390,625 390,625 000000000000000003be7ef1bfa864a16c0edcc8314c0d26fcb7f121a838b191 1 0.00/1.00 vMB 0
390,624 390,624 000000000000000005ac7ecf47f88a2c1b925838b998c140cdab080095c1a4a8 312 0.79/1.00 vMB 8
390,623 390,623 0000000000000000089900ee10c1c6bcc5153af4e0dc786f6c440bdb70e6893d 167 0.25/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.31 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: 660.22 GB
    • Received: 14.64 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.