Loading Tool

Explorer IconExplorer

Memory Pool

35,835 transactions
19.23 vMB
0.05390467 BTC
Random Selection Loading Transactions
Max Size: 104.81/200 MB

Candidate Block

Mining Attempt 905f2c566164a84ce31cd22fd63a19d6d842c73efccd3c238aeba89a32fc7110
Version 20000000
Previous Block 000000000000000000003672b12e5e3079262800dc2d8b0a70379246e2c1deb7
Merkle Root e28480bfbb13bdf0c755c5a28a9affb0587f5a78f0e8b2dcae19a51f7b4f50c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,156
Size: 1.00 vMB
Total Fees: 0.01672091 BTC
Feerates: 150.93 > 1.68 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,919 (795,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,794 118,794 0000000000004cd88d2a16a17e7a48ecff71af2ac671b3c534bdcbe9009f65e1 11 0.00/1.00 vMB 0
118,793 118,793 0000000000004db3b50cc66d268edb25b196d3555b1ea54f152ed068c9fdd188 10 0.00/1.00 vMB 340
118,792 118,792 000000000000b67968582a88ec74b81716c784303b7f0257e2d6195e373c784e 6 0.00/1.00 vMB 295
118,791 118,791 0000000000005c596582bee17f3282f6b26463816b808f02f9419a6d9dfcfb1c 12 0.00/1.00 vMB 0
118,790 118,790 000000000000949194f984334348d0f575344444a8eaa7770b3da7f05f379d7a 1 0.00/1.00 vMB 0
118,789 118,789 0000000000000423f53002eda67df953a699f77b9b35b15de3afe7acbf7fdc4b 7 0.00/1.00 vMB 0
118,788 118,788 000000000000ab9072844c6e0b6a98d671ea36faf76847f17ba6414aa459cae5 2 0.00/1.00 vMB 0
118,787 118,787 0000000000006321c60830442173866ff5e01efba72175111338f04e4c65ef99 7 0.00/1.00 vMB 0
118,786 118,786 0000000000000b4a7ad683c8d1878a1d0bfa02dba2a4b654ce27e332fd125854 5 0.00/1.00 vMB 0
118,785 118,785 000000000000308a85df00740ee45a55e87766ef6c0c10c0aaf6e8f144d3d9ef 10 0.00/1.00 vMB 0
118,784 118,784 0000000000002d9a8d0dab407c22921d0fa0ba95639019b44bdfc324cea19be6 9 0.00/1.00 vMB 0
118,783 118,783 0000000000003b2491f5b545345d5baf48fc978ea8822549894c3e057e58cd7d 12 0.00/1.00 vMB 523
118,782 118,782 0000000000003d8585e63fb2b33a2a318f62c25b1f2f436b0e78675c97239e2b 4 0.00/1.00 vMB 0
118,781 118,781 000000000000a150d39fd48a39ed9e4f995a35f27148601a0236e2d07dfa2960 9 0.00/1.00 vMB 0
118,780 118,780 00000000000097106cc756e35453a09924910b509a63c8cbbdc0aff8394c9593 12 0.00/1.00 vMB 0
118,779 118,779 000000000000b990f7c06711e1e4d680769e5a17098fed5549f5c1c4a99a19eb 12 0.00/1.00 vMB 346
118,778 118,778 0000000000002c4d30c165c6d0b3131dca1bd9237f386956bf2bdf60d19b2d2a 11 0.00/1.00 vMB 356
118,777 118,777 00000000000094f06f58c70979af5b3a43495b0bb287f95a67cbf658c8d038b9 45 0.02/1.00 vMB 1,678
118,776 118,776 0000000000006d4ce5130ccc4b0c370eb3aaa57480fd2e913db0a2b942775563 3 0.00/1.00 vMB 0
118,775 118,775 0000000000008024676f372e18d1e10fa825bedddd1ccedf7588a47596efb3cd 1 0.00/1.00 vMB 0
118,774 118,774 00000000000002b588e83342258a20c67299adb1eb605afec1d956fa66c5c437 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.47 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: 528.05 GB
    • Received: 5.58 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.