Loading Tool

Explorer IconExplorer

Memory Pool

83,232 transactions
32.01 vMB
0.10733771 BTC
Random Selection Loading Transactions
Max Size: 192.43/200 MB

Candidate Block

Mining Attempt 905642d4d1b2bec1b7c1f2e89725619ee72ca8a5a9ddcd500ced166f7a7065ae
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 5722870df88e4509561b3c1b2db8f183b414d1361d0f9fd51c123eb6ff7f6cfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,323
Size: 1.00 vMB
Total Fees: 0.02601961 BTC
Feerates: 353.36 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (485,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,962 429,962 0000000000000000049425a3f2aae2a765ecf8e658fa93c8be859c38d6d8156e 1,948 1.00/1.00 vMB 47
429,961 429,961 000000000000000003dc12b24c26303bca11d576e7b5dbd0cae10ca68a2c2532 3,072 1.00/1.00 vMB 75
429,960 429,960 000000000000000002c29e9fa978d17379ff99234a5639573fd7fbc3e4eabd8f 865 1.00/1.00 vMB 18
429,959 429,959 00000000000000000402ccbb3b57117385942080aa9935942ecd56940e5a004a 2,589 1.00/1.00 vMB 63
429,958 429,958 00000000000000000217aec062458b4336011990f0303cf84e941bdc5724198a 897 1.00/1.00 vMB 24
429,957 429,957 000000000000000002fea5ce457242b127d7c3950f99071d1ba580a8bd0c22d1 314 0.13/1.00 vMB 56
429,956 429,956 000000000000000004213bb6379dbb81fe76f406415510fb1ffa30722e4047a4 1,671 1.00/1.00 vMB 43
429,955 429,955 000000000000000003ddf16a4977cf844e03717ab61577e6f1dfeec6819ed69d 1,204 1.00/1.00 vMB 25
429,954 429,954 000000000000000002ca0abe7ddda4a29e86ecda559b1fb1ee78f5753093fbf2 770 0.34/1.00 vMB 57
429,953 429,953 000000000000000001a6279e62d01303ee9bffb65690eeb8a823720fcc5d42cf 1,424 0.90/1.00 vMB 31
429,952 429,952 000000000000000000c962a059373ca524b639bb42d34313733f02cbb7548560 1,061 0.47/1.00 vMB 58
429,951 429,951 000000000000000003ad0ce748e436efbf0f9bc0439c0725efd2dbe590f848ac 1,969 1.00/1.00 vMB 34
429,950 429,950 0000000000000000011ecebd470d3b3261dca5a58179e71820502b8b0c495f9e 1,501 1.00/1.00 vMB 30
429,949 429,949 0000000000000000010e0e65731bcf02d425cee3f2b4b7687a9f85e9dc2db0b9 2,601 1.00/1.00 vMB 60
429,948 429,948 000000000000000004046b837eaccc5df49c137154bff880c9f6696fa7d722b5 1,919 1.00/1.00 vMB 46
429,947 429,947 0000000000000000024d64892abde87fda6876cb82a56a37b384fc4dd170d82c 2,856 1.00/1.00 vMB 61
429,946 429,946 00000000000000000085bcef05402987c86b162aa7c55a37b665e3fcfadeb287 2,386 1.00/1.00 vMB 90
429,945 429,945 000000000000000001f8434c3eae6e84e1f3a2ff42a1dd57c831ab55557aa7c6 1,603 1.00/1.00 vMB 27
429,944 429,944 0000000000000000026aec61b4652625fcb549b279b55f76bb6f06520c289b71 1,785 1.00/1.00 vMB 38
429,943 429,943 000000000000000004d130f569e8a11a92eda724a8288b615dccf6848416a4b6 2,087 1.00/1.00 vMB 33
429,942 429,942 0000000000000000038f191601125acb08f89caae872c5d957ebf45fecff1d95 1,787 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 17.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.