Loading Tool

Explorer IconExplorer

Memory Pool

77,146 transactions
28.43 vMB
0.08851547 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt fa36f29d2a7641257f61698ef66c16a277a3bbefd12e8825a33903b06239e3ab
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root cc06a47868e58bc0b140a129df5747769e87705e75a47f750bfcf4618e71583d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.02473779 BTC
Feerates: 477.45 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (379,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,586 535,586 00000000000000000005cfe9830cc3415d30262b063e158300712d1a0c69266c 1,861 1.00/1.00 vMB 18
535,585 535,585 0000000000000000002e000c6b5fd048028eed4b119266c03de5786c4fd1c7fd 1,556 1.00/1.00 vMB 13
535,584 535,584 00000000000000000009062530da4a81da5cdd23999c15a16be443ec41b41b1e 589 1.00/1.00 vMB 4
535,583 535,583 0000000000000000001ceafd67fd6ef0af60fa3fb3e746850dd85dc18bc1d31f 1,430 1.00/1.00 vMB 10
535,582 535,582 0000000000000000002d4b9b73567841bbc24b7a49f1f1e306274d8e43b19ca9 1,196 1.00/1.00 vMB 9
535,581 535,581 00000000000000000004cc0d4a30ee8f26e8fde047b212b8131c672ea850c3e6 1,246 1.00/1.00 vMB 13
535,580 535,580 0000000000000000000e9bd35a2e0ed7aacba3e5261eaf46d1e6d1c916f22283 1,257 1.00/1.00 vMB 7
535,579 535,579 0000000000000000001b091f8629a948d37cfc7396f9a5b09aa20f57e7574584 2,358 1.00/1.00 vMB 17
535,578 535,578 0000000000000000001b82290c745b3b527893a7611ae000ef04c9f5e247dd83 236 0.10/1.00 vMB 34
535,577 535,577 0000000000000000001f2bbc36d033375378c7dfd93261c88a6af0c62b1cba76 2,304 1.00/1.00 vMB 21
535,576 535,576 0000000000000000001347f803a543ce1bb1b0acab137dec2654992744254699 3,247 1.00/1.00 vMB 10
535,575 535,575 00000000000000000003575c0ee37d0a5d5a53c012bacd5094ba65f26fb20812 2,562 1.00/1.00 vMB 35
535,574 535,574 0000000000000000000d783d9b0f6e6e700b1bb1a756f705649b5283ea383d66 926 1.00/1.00 vMB 5
535,573 535,573 00000000000000000012cdb9e0c78b07919d7c4c87740e7b3da702ceb3664baa 648 0.27/1.00 vMB 21
535,572 535,572 0000000000000000000526b320f6fc2e1a07de72b274d5f9e80855b3063c76b9 1,467 1.00/1.00 vMB 9
535,571 535,571 0000000000000000001947657dedee02ca7d01677dfa2181f72bd074fc6ac9ed 1,941 1.00/1.00 vMB 15
535,570 535,570 00000000000000000021e1cb40338aa044265c17ad2bab30a96e7467dd915c7a 1,749 1.00/1.00 vMB 6
535,569 535,569 000000000000000000181c6728aa0129d849ddee3d884c5a43d24492487f6549 2,824 1.00/1.00 vMB 14
535,568 535,568 00000000000000000023c0d305041fc665a36b733f981a4d05a5f349c651ab4b 2,141 1.00/1.00 vMB 28
535,567 535,567 000000000000000000298ec474f0f35e692f833b07795be57a69e8ceff049453 191 0.10/1.00 vMB 24
535,566 535,566 0000000000000000001a55bdb2f63da5cbbf8c9918a3637f7246b7d0e49b9d30 1,291 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.