Loading Tool

Explorer IconExplorer

Memory Pool

46,613 transactions
29.06 vMB
0.15063994 BTC
Random Selection Loading Transactions
Max Size: 151.83/200 MB

Candidate Block

Mining Attempt 46b1df48e173cc0dbb773f2881106c3166b3db65e1b37c4965f42f078081742d
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 6e305d06593111df7b8098c272d782b4a06a2596c64b349eb1bb3fc80914ad3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.04282194 BTC
Feerates: 100.65 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (560,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,675 354,675 0000000000000000088b2db7e968411566f30a39ce5e53cdb79277e2e756fbf8 245 0.10/1.00 vMB 29
354,674 354,674 000000000000000008a1a54145b28a42fa620bc23b4657e539c4ba971937207e 1,111 0.56/1.00 vMB 24
354,673 354,673 000000000000000016d9e32603529a1ed9cc62cdd0c6c67eb68da4b5cc97acd6 991 0.47/1.00 vMB 26
354,672 354,672 000000000000000008f98bcf84cc7fced08a26128149548811f7a1f60ef47fb0 1,076 0.94/1.00 vMB 15
354,671 354,671 00000000000000001019724aaeb6e0debc5ba97f0275903842d6cecf7023f6f1 1,036 0.75/1.00 vMB 22
354,670 354,670 0000000000000000070a31b121d33493d811ae76199fd389a763d643b71c1e6a 1,857 0.75/1.00 vMB 33
354,669 354,669 0000000000000000024740b2851129ff797d26f39809a4e79ea49d7b5eff321b 134 0.06/1.00 vMB 22
354,668 354,668 0000000000000000011109cd4e4b0007d6b8427f3387e3d5b62530a750a53dd0 236 0.14/1.00 vMB 18
354,667 354,667 00000000000000000b9d3e0bb923f6a8afc39323a316c8db699594f3c97cf57f 397 0.36/1.00 vMB 14
354,666 354,666 00000000000000000c613caff7b2a866b23e52814726d6378e76a5dd0e8eb730 1,119 0.74/1.00 vMB 20
354,665 354,665 0000000000000000026fb8687cfd05634fb48521433cb5face6cd0bc9e4d2b62 894 0.75/1.00 vMB 20
354,664 354,664 0000000000000000038724b0e9f857aa7a4788099c95e5c6be4d9db532a690f3 2,005 0.75/1.00 vMB 35
354,663 354,663 00000000000000001510e299aa7ab3790051e14d1deb643b73b2e11a960e2232 1 0.00/1.00 vMB 0
354,662 354,662 00000000000000000f17abf02d04dd24b617828f1a0163e1f85f35b38cc3b47c 884 0.52/1.00 vMB 21
354,661 354,661 0000000000000000008b4f414ff36d0b3b6fea2638422df11a93c5cdd60c9120 2,078 1.00/1.00 vMB 69
354,660 354,660 000000000000000000e0b0ed81636a69d6e189b04903972d387ed3992415f160 536 0.24/1.00 vMB 28
354,659 354,659 000000000000000012f68b59cb7a9ec180af3096a8d0a9270ba45df8ba0b8d8d 84 0.10/1.00 vMB 4
354,658 354,658 00000000000000000cfcf72af071dc3ba61a6aa53417cd0cd4dbe83f53b845f2 390 0.29/1.00 vMB 21
354,657 354,657 0000000000000000084be4d01d6a37beb1fa95bac312b698e9d86d82591a8ca7 1,270 0.67/1.00 vMB 28
354,656 354,656 000000000000000007fe5124dd03ae2aafcf6c108a6d3f5a12a56bae6c2fba8f 58 0.04/1.00 vMB 20
354,655 354,655 00000000000000001703697bc0dabfe33c53eb0a6b385e47c6332eaa548528a6 53 0.03/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.