Loading Tool

Explorer IconExplorer

Memory Pool

50,408 transactions
30.25 vMB
0.14117395 BTC
Random Selection Loading Transactions
Max Size: 161.42/200 MB

Candidate Block

Mining Attempt 48f12395b0a94ea949aa9123254320a880a85b36db686bc5fe0a9ce8abcb516f
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root d8e8e1850b254a7526934a89426296dcd03eb9a48cc6d9fa5c0be0d79405220c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,271
Size: 1.00 vMB
Total Fees: 0.07128812 BTC
Feerates: 529.61 > 7.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (525,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,689 389,689 0000000000000000095462ed2d92fbf0f4c67f55b9e087f24d8244c815f71f6a 1,405 0.93/1.00 vMB 24
389,688 389,688 0000000000000000065b114e0fca42e4c3ae4e56553ad0c513306227f0bbf16f 1,838 0.93/1.00 vMB 29
389,687 389,687 00000000000000000627caaabd385a053bc4894c65cee8cf711d21f2cb1048f5 2,694 0.95/1.00 vMB 48
389,686 389,686 000000000000000002c7cfc8455339de54444ac9798cad32cbfbcda77e0f2b09 1,701 0.75/1.00 vMB 28
389,685 389,685 00000000000000000acc60cffe1cdfed61305f43f0407a561e5b66be6e5834dd 2,446 1.00/1.00 vMB 33
389,684 389,684 0000000000000000094595af23bbd033edf32a871554fdb78acdbb01bccefd12 3,219 0.95/1.00 vMB 74
389,683 389,683 000000000000000003890744aacb4731dd4b924d78adb21020f0774720c2aaad 1,940 0.75/1.00 vMB 36
389,682 389,682 000000000000000005be397836696102436321cbf9e72dd134b6806b93a74aa0 2,868 0.95/1.00 vMB 50
389,681 389,681 0000000000000000044c97a3672de491fdb4b0f32855813f7305251d610e9e8e 539 0.48/1.00 vMB 18
389,680 389,680 0000000000000000056c064b2dad2d82244bef4255e2120f46fb5dbbdb628fce 1,390 0.99/1.00 vMB 19
389,679 389,679 00000000000000000a7e617eddb8983678bd58afa8f4a6d1f4e3aed34d33c4b0 632 0.31/1.00 vMB 32
389,678 389,678 0000000000000000064eb29313759a93f083cee9e90dc661fb2a3ae0c49fbc34 400 0.22/1.00 vMB 24
389,677 389,677 00000000000000000207bf67b0bb1b08ce4e14ec3f5ff39ebc960b2b2b205ece 229 0.64/1.00 vMB 9
389,676 389,676 00000000000000000172f47caa2030e95969eafd877b52cfd0441ec59bd75b2c 1,548 0.89/1.00 vMB 39
389,675 389,675 000000000000000006359550026204cbad5c2cfa309d1b16c73e91bdaff7cce0 707 0.61/1.00 vMB 18
389,674 389,674 00000000000000000568aa51af93119d1b6800849026fe416e0cf119e7f74d05 2,464 1.00/1.00 vMB 47
389,673 389,673 00000000000000000040470d9d75614cf2f7085f24e4a5d0fc3b75b8fa361304 284 0.10/1.00 vMB 42
389,672 389,672 000000000000000004e875d44ed99b58f55e5995ba28a5087560b7562c0697b5 37 0.05/1.00 vMB 3
389,671 389,671 000000000000000004b9a500807f1476724a00839e022f1b4f5b9e096c4bb6be 582 0.26/1.00 vMB 37
389,670 389,670 00000000000000000ba48ffd4a1eb3761549ae60c0be13a749ea1938012e59f3 1,458 0.62/1.00 vMB 39
389,669 389,669 000000000000000004bfd8f72adcb4360002af82c0bbe21c25898a284b892645 1,517 0.70/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.