Loading Tool

Explorer IconExplorer

Memory Pool

45,690 transactions
30.70 vMB
0.12295737 BTC
Random Selection Loading Transactions
Max Size: 156.30/200 MB

Candidate Block

Mining Attempt 407414c63bc0b4509fe98d73b7a9253ce80b43b23f30c9d6ee19044545f1d4a9
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 32665d71875ea643a3905551deb5dc0ec1f9bfe7bc9860b3bbc4a676b41e94b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,705
Size: 1.00 vMB
Total Fees: 0.05127664 BTC
Feerates: 150.97 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (486,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,771 427,771 000000000000000000e13597b7179e7f880ca573a3c36aa85c0e8ad07f2c4500 1,406 0.95/1.00 vMB 42
427,770 427,770 000000000000000003942b3cd2e300a1f1cf27b99806a38161085a22fad6b450 2,076 1.00/1.00 vMB 48
427,769 427,769 000000000000000004f2ff547b043c52582110606639dc0d6859948b7c801e2b 2,309 1.00/1.00 vMB 78
427,768 427,768 000000000000000001ab90fee68f7257dfe862d804ce4c2ed72702014df3f8dc 1,564 0.75/1.00 vMB 65
427,767 427,767 000000000000000003674eab9860bf52bb23c16323ea6493067571de30c59089 1,354 0.82/1.00 vMB 40
427,766 427,766 000000000000000000e637c5d3b622b15879e8ae8fe39695d40dba7da8c56e8b 2,805 1.00/1.00 vMB 74
427,765 427,765 000000000000000003b3163476f24af497fc7b6058ed9965f55a7331807bea71 1,528 0.82/1.00 vMB 58
427,764 427,764 000000000000000003aab718db46f487998544b4ecaa93a3007331c742f83d3b 742 0.34/1.00 vMB 58
427,763 427,763 000000000000000000b7a11230710af9aff29777c5ac5198f6b027adccb44bd0 1,287 0.94/1.00 vMB 28
427,762 427,762 0000000000000000025f0e34d50dbd6c48817a9f39af8f74cddf5e628c8bfebe 2,764 1.00/1.00 vMB 73
427,761 427,761 00000000000000000294b2c04c54b1beaaeb4a9634cf94bfadf5638b752e8a2b 244 0.12/1.00 vMB 54
427,760 427,760 000000000000000001009e8d7e705574be5adc2a14a8188092df940183ed5c78 1,545 1.00/1.00 vMB 27
427,759 427,759 0000000000000000042f305fe2a1dcaa2ea0886a045b056d40aea81f15490765 1,544 1.00/1.00 vMB 45
427,758 427,758 00000000000000000023c4463424eba71d15bd02fbd54ea15914c95490bd0b80 1,602 1.00/1.00 vMB 44
427,757 427,757 0000000000000000008faf505760ea3b1925882f3d6f3d6b18df9877bb89ec2e 2,154 1.00/1.00 vMB 67
427,756 427,756 0000000000000000024b4db7f54dd757a3ea5cfb7bf8ef193b83a127152dec37 2,079 1.00/1.00 vMB 55
427,755 427,755 0000000000000000039213c4a24d056ce0892f9b64fa1d51ca9138db99f991d6 2,354 1.00/1.00 vMB 54
427,754 427,754 000000000000000003383b9ac49abb339a66985269a849a22351fba48eef1ef7 2,563 1.00/1.00 vMB 56
427,753 427,753 000000000000000004a3b2acb049e1db256a413a07369f8433c84b472ddf1044 1,792 1.00/1.00 vMB 73
427,752 427,752 000000000000000002b4835da3682ae5e8a820f1d6ceb9854d0776807e6b5271 2,089 0.93/1.00 vMB 63
427,751 427,751 000000000000000003a666567684ad704b229a48c7cd0c3a39bee52e21621f58 2,263 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 781.64 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: 626.57 GB
    • Received: 11.67 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.