Loading Tool

Explorer IconExplorer

Memory Pool

37,899 transactions
19.05 vMB
0.04154775 BTC
Random Selection Loading Transactions
Max Size: 105.78/200 MB

Candidate Block

Mining Attempt 24343e6bf7f8c469c10106b45e51a9cdd4265a2cf0da54fe61d9860b84afd071
Version 20000000
Previous Block 000000000000000000006eb27305ec309e507676e74ae0248521cd63c1b2ff4f
Merkle Root 8854c5c9370a33e3b6d020e26755d44592446a8816a9377be4c6224c8e51ade0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,544
Size: 1.00 vMB
Total Fees: 0.00501584 BTC
Feerates: 150.75 > 0.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,033 (817,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,660 96,660 000000000004411fe2a86b8a3e5cf0cc067b3fa8819534e22628dfff5399f60f 1 0.00/1.00 vMB 0
96,659 96,659 0000000000058f5f019912f3776c33cef078c7e3e7f0d8a7ccc6a1bea4d30632 1 0.00/1.00 vMB 0
96,658 96,658 000000000001986c3f51482c3eab3c156e10588c8b302ffc321d653e27b83b1e 1 0.00/1.00 vMB 0
96,657 96,657 000000000000f2031d7684e3271e3e4a1b526acb1592872eced2273cdddd9c88 11 0.00/1.00 vMB 0
96,656 96,656 000000000000adfac7ab80081bb54e94d16c20004efad471d106d1c16cd6593f 1 0.00/1.00 vMB 0
96,655 96,655 000000000006de1d51270019c4091863c411768e3ee96b76ed0bbcaaa37e7ade 3 0.00/1.00 vMB 0
96,654 96,654 000000000001ebac0ec7b2ac3cf99f716b107b99e4ba3949ec6579340080f72e 1 0.00/1.00 vMB 0
96,653 96,653 000000000000942e2e529cb1573d7ab7cc354e9b61d44d38144e3baf02943a25 1 0.00/1.00 vMB 0
96,652 96,652 000000000000c24ab4eea05b71f1012baf5146f6d8bdae60d91eba2806feaf5c 1 0.00/1.00 vMB 0
96,651 96,651 000000000001da1bef843c645d357db1064525b31e9aba088c196faa7df096c4 3 0.00/1.00 vMB 0
96,650 96,650 0000000000015fb21476869ba609036c6865a9e45c4a2382197c17287a069328 9 0.00/1.00 vMB 0
96,649 96,649 0000000000015420635edb0ee126408de529467991820607d3a669952cb9580a 1 0.00/1.00 vMB 0
96,648 96,648 00000000000575cc1047cf1880ebe9cbd6d55b6f4aaa6d87cf9d9557c1f96c29 1 0.00/1.00 vMB 0
96,647 96,647 000000000005746f2886c777c2449ee025745a71b182d9f93e29f0a32f9112d6 2 0.00/1.00 vMB 0
96,646 96,646 0000000000063460a1101bd19462a13e526d78195fecf83f15b1b79747964a41 1 0.00/1.00 vMB 0
96,645 96,645 000000000001bc4d4cd7b843075b25b6da11adba0895439b0d7bcd6fdb46e396 3 0.00/1.00 vMB 0
96,644 96,644 000000000002374c8ab8b7ed55e6ad9fe75237a07ab3b1b115ab151b5853ca9d 3 0.00/1.00 vMB 0
96,643 96,643 00000000000200f6b4dcd93e56a1c629bebbd0d188fa60f6f0a8fd3d7748fd7e 1 0.00/1.00 vMB 0
96,642 96,642 000000000002607bc29958b73bc66e43d5484aa85c979da88a22bd9df845a79e 3 0.00/1.00 vMB 0
96,641 96,641 0000000000046293bc5e31cc9c63b0c124b200cccb1a0415550f478d3afd7d66 1 0.00/1.00 vMB 0
96,640 96,640 000000000006520456bfea221785f88ef24df36532d3d243e444e7acdc2909d2 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 552.01 GB
    • Received: 6.54 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.