Loading Tool

Explorer IconExplorer

Memory Pool

41,926 transactions
26.10 vMB
0.05144625 BTC
Random Selection Loading Transactions
Max Size: 136.93/200 MB

Candidate Block

Mining Attempt c9c7f1c9b1dc4c3cf6d8a1967dd103d3a0a93c7d2e33c6f4ad40d4f833bf697b
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 532a10f6d5f7158ad994dadcb74eea14a3fd543589cab864d4426fb2de1f11ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.00386310 BTC
Feerates: 18.26 > 0.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (443,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,761 471,761 00000000000000000089ef34599745e7160e9a5e1921550cf819a9b3d323e745 1,623 0.69/1.00 vMB 263
471,760 471,760 00000000000000000131d734c9d36e4aaf03693b78c34138390588f05483745d 207 0.08/1.00 vMB 326
471,759 471,759 0000000000000000006f16bcfae8ff3caa359a2c5f21d164f6b1c708ede8d101 605 1.00/1.00 vMB 92
471,758 471,758 0000000000000000007801ee624544ea1de6b9e8ec78929a664092cf0d053668 319 0.21/1.00 vMB 143
471,757 471,757 000000000000000000d6d63ffcc1e17c330c0a933047cfe5712a077fce87e90f 307 1.00/1.00 vMB 34
471,756 471,756 00000000000000000060c8694848df4fa27be2fb6e374affb0a5d5898a7294c8 1,004 1.00/1.00 vMB 141
471,755 471,755 00000000000000000070de5e1e3781d1833f9bbe292cdc32729482536087a6a4 586 0.99/1.00 vMB 94
471,754 471,754 0000000000000000005d5149465739ce4d03377c8f9686cdafd32e15aa371cf1 181 1.00/1.00 vMB 21
471,753 471,753 0000000000000000006e7b796638d4a4ac401205ca2ee1704717a06e26ace4ab 782 1.00/1.00 vMB 90
471,752 471,752 0000000000000000016f7df36af30ccd76f10742b61a15ae917af26611cf0e70 505 1.00/1.00 vMB 35
471,751 471,751 00000000000000000162ddc8bc83801d04e906893301ddcf7bf4d501c66374a9 1,590 1.00/1.00 vMB 215
471,750 471,750 000000000000000000c8ea619a569e3f6e92cf5f43b57df5ac0aedbc69b1fa8c 2,197 1.00/1.00 vMB 167
471,749 471,749 0000000000000000010797f01174f6f69b19f21b6a57f7314916c3893b48a7d3 1,976 1.00/1.00 vMB 332
471,748 471,748 000000000000000000ba91264fca235889dbcae5e6f3c7c7af889c266c9493ad 1,946 1.00/1.00 vMB 382
471,747 471,747 000000000000000001482c4f6a5a95bef75c5a80625287e46a43ae7fbb1d7937 500 1.00/1.00 vMB 35
471,746 471,746 0000000000000000007e79d6544d72b944ab28aa4c93e90cb643aafcd3aecbd2 1,388 1.00/1.00 vMB 126
471,745 471,745 000000000000000000f2db180556fd34bf17f7bc773f07be07bef7ed2118768a 1,888 1.00/1.00 vMB 242
471,744 471,744 0000000000000000012a85f9010f0e2cf696408300918f4b5df8ddd8809102a2 2,015 1.00/1.00 vMB 320
471,743 471,743 00000000000000000088cdeaa7389a7de9f09e3a28b3647630fea3bd1b107134 2,303 0.99/1.00 vMB 91
471,742 471,742 000000000000000000cd837489a99735ad09608224306dc4615477f8699c7fce 2,240 1.00/1.00 vMB 143
471,741 471,741 000000000000000000258b6aa38d8d924304526c2faf18a9f549e1e4823a1206 2,139 1.00/1.00 vMB 268
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.