Loading Tool

Explorer IconExplorer

Memory Pool

74,344 transactions
28.82 vMB
0.08294165 BTC
Random Selection Loading Transactions
Max Size: 170.26/200 MB

Candidate Block

Mining Attempt 4657331289fbb98667b4cb0d996fcf91a5b9355b3bbeefb55ebeda2d81ac487d
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 6e12f59a475e1761e826afd0d41fec79b052fdb4d7e97833a3dfc5ea8ad6e7b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,301
Size: 1.00 vMB
Total Fees: 0.02375829 BTC
Feerates: 150.36 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (305,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,639 609,639 0000000000000000001020181f15dde54c624ad0d5844ba0e9f3b5a78f979d7e 250 0.07/1.00 vMB 10
609,638 609,638 0000000000000000000e517a252603733c27f248231de2fb0dab291e4c4a1842 2,975 0.87/1.00 vMB 16
609,637 609,637 000000000000000000043a77ec81d68f85950760c50ffb3b0bf5617807d2a776 1,357 0.40/1.00 vMB 10
609,636 609,636 0000000000000000000cba1dbc2df290c8d195491f00870e879dab57d179124d 3,104 0.91/1.00 vMB 13
609,635 609,635 000000000000000000148e9d1cf8e3ddeff57c813c3ed8763e1dbfa9d8e26ae9 1,133 0.32/1.00 vMB 11
609,634 609,634 00000000000000000003a45d90457625528050c3df75b08f73f1a43c8b8e456b 884 0.28/1.00 vMB 14
609,633 609,633 000000000000000000043da0d67275fca4766a722eb2eae0ba0eb3cd47679dce 2,233 0.63/1.00 vMB 11
609,632 609,632 0000000000000000000907c2bf7de593d39f5e8d213ef4f7ef237657021b84e5 2,577 0.74/1.00 vMB 11
609,631 609,631 0000000000000000000f2bdc43f7f3eabe2f464a33a17cd3be3e50600b395d60 499 0.17/1.00 vMB 24
609,630 609,630 000000000000000000023f616587d98d2516b47a44d3fb56a6c0bbf479a4dbf8 1,226 0.43/1.00 vMB 12
609,629 609,629 0000000000000000000113823570ee93478c493b1657a0481dc7708ca121241d 1,131 0.30/1.00 vMB 12
609,628 609,628 0000000000000000000c9bf5a086acc17f059e8b6b0c1ac91099c04d294cfc4c 2,603 0.80/1.00 vMB 16
609,627 609,627 0000000000000000000e2297296c9d9e03ecaf902656f1353dc4a419f9ca72da 2,799 0.90/1.00 vMB 12
609,626 609,626 0000000000000000000ecfb8bf98b7b6b1825a1e83b945f100f415bcd5aeb1f5 626 0.22/1.00 vMB 13
609,625 609,625 000000000000000000055f4d7eeaa8f26556008af949272e146bbae2381c16c1 1,604 0.49/1.00 vMB 11
609,624 609,624 00000000000000000003ca85876fbbaf3c711b75555cc742614ae534e33e352d 721 0.18/1.00 vMB 12
609,623 609,623 0000000000000000000142f29209a5032f6e86c5f3e4f28fca1930665736c4ff 1,245 0.36/1.00 vMB 16
609,622 609,622 0000000000000000000e43b6f704088474e5ca1d1736499ab4e152d6806c7cad 1,122 0.34/1.00 vMB 2
609,621 609,621 00000000000000000004ab2f11752e5c1e8b84a4c00bca63bd7e90c6b5b8bac4 3,091 1.00/1.00 vMB 13
609,620 609,620 000000000000000000076cf0a90dcfc83826f3f8a8c79ea1f82d6399dd73ffce 3,170 0.92/1.00 vMB 6
609,619 609,619 0000000000000000000f63800dc295e18f094475003418da8ed02508c9dc3ebb 3,110 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.48 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.19 GB
    • Received: 15.42 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.