Loading Tool

Explorer IconExplorer

Memory Pool

45,045 transactions
27.76 vMB
0.08946950 BTC
Random Selection Loading Transactions
Max Size: 144.98/200 MB

Candidate Block

Mining Attempt 54a3d72bbfc5d221ea8f7bf194b9184a971d383fd35138f05560f466005b5b52
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root b9efc4adb090b98350d358e88b408fd73abbac14fe5328d5059deb7d818e9399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,505
Size: 1.00 vMB
Total Fees: 0.03223486 BTC
Feerates: 150.77 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (525,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,879 389,879 000000000000000009f4514b57491c1a1373bcc3027de303830a8952cc3e92ca 137 0.25/1.00 vMB 9
389,878 389,878 0000000000000000032acb34477b505f707c3e4937bcbe3fd8af74be0e500196 103 0.04/1.00 vMB 36
389,877 389,877 0000000000000000014c3955f3f87215ac9e657ef10e92553b60d8ab8c1e56fa 2,224 1.00/1.00 vMB 36
389,876 389,876 00000000000000000642be007600919ac1fc755f17a79b828ac7a611c3c55fbc 388 0.24/1.00 vMB 23
389,875 389,875 000000000000000002a16ab2bf977922f138cb313d67f652b963a81831074d62 683 0.74/1.00 vMB 19
389,874 389,874 0000000000000000097970dc3947b1e996b0469d43a4cb39d7777832feaf2eb2 2,108 1.00/1.00 vMB 27
389,873 389,873 000000000000000006c1c534b5339cfbc078a92663dbbfca7d5d65466ac66c48 31 0.05/1.00 vMB 6
389,872 389,872 00000000000000000a06bd696d39b93213f51575e48e6aa9c0217a379e3c71e3 1,597 0.87/1.00 vMB 81
389,871 389,871 00000000000000000478fac083eed38632baa0d5c59c6cdac6c8ea9e69250e26 2,229 1.00/1.00 vMB 53
389,870 389,870 0000000000000000011de46c9b89dddfbd879c7df849b75948678cb53eb9335d 2,524 1.00/1.00 vMB 56
389,869 389,869 000000000000000009bd74ae36c2c97ff8dc6bf445992353eeb688c0842f3361 647 0.29/1.00 vMB 39
389,868 389,868 00000000000000000b9384a4a45c06f43a8a50a1d244eeef2d4efa0c0e1c6cfa 1,858 0.86/1.00 vMB 39
389,867 389,867 0000000000000000058d740e794a3a4237a6b2fa39fa25e66c1beddf79a44c91 1,000 0.60/1.00 vMB 27
389,866 389,866 0000000000000000040c4a2f829a0e42de584499eade01c2549fd43fa76ecedc 1,158 0.56/1.00 vMB 30
389,865 389,865 00000000000000000a1f88e70614e5e5a62e266348f8a2111472cb6d62b92804 1,079 0.93/1.00 vMB 17
389,864 389,864 0000000000000000048cf950058d8c8afb3902041fa3b5063d835392e7ea5534 1,805 0.93/1.00 vMB 31
389,863 389,863 00000000000000000b3a849afada6dfd8989d510941e3ab5d88015d0b3e87ac2 1,147 1.00/1.00 vMB 23
389,862 389,862 000000000000000000182405d86c1be5702473f0975eade71ac0726154714c86 1,672 1.00/1.00 vMB 45
389,861 389,861 0000000000000000079d2ae95a81e9c22f96de19be5a87a2601eb4e81deb8602 2,383 1.00/1.00 vMB 44
389,860 389,860 000000000000000008545dbcc807dc19463f4b1b09dd32dc27110c7829414dd6 809 0.58/1.00 vMB 31
389,859 389,859 00000000000000000ade57d43250cf211eaee28d70c00d7ace4d4c1b5cb4fb4a 1,642 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.18 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: 653.67 GB
    • Received: 14.00 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.