Loading Tool

Explorer IconExplorer

Memory Pool

43,957 transactions
29.65 vMB
0.09025000 BTC
Random Selection Loading Transactions
Max Size: 152.63/200 MB

Candidate Block

Mining Attempt 00aa9265840e81c67a6a1913e75a6745c91590ea334ce156b913f9c8e01e8f81
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ef500f16f5536b8b4418bd8b1f0cf28f277e60da7f5871af7beee28ccf6263df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.02996927 BTC
Feerates: 150.75 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (486,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,776 427,776 0000000000000000039fea5e83ac37b6d9b7427ad73105a12306a0846a5e1d34 2,062 1.00/1.00 vMB 59
427,775 427,775 0000000000000000008e69ceedd17a77d2b31764fb1a2070740a9d08d0ae2585 551 0.22/1.00 vMB 59
427,774 427,774 000000000000000002c1910686ecf7d13243d83c257cd4937d0c3fe6cb7eefc6 1,563 0.68/1.00 vMB 57
427,773 427,773 000000000000000000cdce1564571d276ed7c9058be31fc167aa72e6166ce89f 936 0.45/1.00 vMB 50
427,772 427,772 000000000000000002c738515d37c408f23880b2b28587daf8dfefb439e906de 1,472 0.86/1.00 vMB 42
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
Previous 10 blocks ↓
Total Size: 781.70 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: 629.22 GB
    • Received: 11.88 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.