Loading Tool

Explorer IconExplorer

Memory Pool

38,438 transactions
28.39 vMB
0.06500864 BTC
Random Selection Loading Transactions
Max Size: 143.78/200 MB

Candidate Block

Mining Attempt 42dc11b314031204bcc01fb9a7b4c9efa650a9a6b0069d3cf7d917f9e13df9b4
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 480e013c988627c36222fb98fddb9d28891e431fb2b38c18af66b516151eccaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,690
Size: 1.00 vMB
Total Fees: 0.01034646 BTC
Feerates: 105.82 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (784,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,807 129,807 00000000000017b45b144276a730252727eeec25482c1d089c08e73facd2ee16 16 0.01/1.00 vMB 899
129,806 129,806 0000000000000c688f8df834259835f1bec77b0664cfcd58b0fdb6d2458bbc3d 23 0.01/1.00 vMB 808
129,805 129,805 00000000000010a0e996e05c33ec82b75196cd569cbc5b113c838bd9e96f6c77 16 0.01/1.00 vMB 1,560
129,804 129,804 000000000000052678de4fef52fe87c2990fb5e5782e70bf7ceeeef31a1f51ee 70 0.03/1.00 vMB 1,133
129,803 129,803 000000000000196b895ddd5bb2cb9f066d1eae8d39c79045318c229034201427 101 0.03/1.00 vMB 236
129,802 129,802 000000000000015becad00088ef9cb0c4a6efacc07538bc6b7f509d88ee81ddf 12 0.00/1.00 vMB 352
129,801 129,801 0000000000001a7f06cd9efb48b2a69779d13080d99d7d87ebd230edf70cfdf6 31 0.02/1.00 vMB 721
129,800 129,800 0000000000001cbb8057bd77d1705133cca34d2e88cc47aed13803bf7efbb98b 58 0.02/1.00 vMB 651
129,799 129,799 0000000000000b7d7eab23b5bdce3ef8e92b5df7dd39fa3ecfb0fd858b0b93fa 15 0.01/1.00 vMB 423
129,798 129,798 000000000000107692c67013bd8120b40e4b560bf8c7f33e467e5e21b541c772 28 0.01/1.00 vMB 609
129,797 129,797 000000000000123a8be8fae7e2362aaedada5d786d3252de000b495f80655531 57 0.02/1.00 vMB 1,549
129,796 129,796 00000000000007deba3e810aeb261db8d2b6b49ab78993de7b16685d69d2df0f 63 0.02/1.00 vMB 693
129,795 129,795 000000000000045659e8ead52c6cfb95013fbc4d9f8e231e7168b8fff3ad3bc3 133 0.05/1.00 vMB 398
129,794 129,794 0000000000001872bad5d4e8631dc3f8b9eb4f3e3c3b7fec54c817a815414e2f 23 0.01/1.00 vMB 793
129,793 129,793 000000000000173081662f41aaf47846099331aa3ace580533105ca354be170c 3 0.00/1.00 vMB 3,875
129,792 129,792 00000000000003d69f78e286a273b54fdeb9a702c1354fb553a06b621f1f9039 59 0.02/1.00 vMB 1,070
129,791 129,791 0000000000000a6543735a594479ebd48c8572e3fe9abf160a496bac7116ce9b 26 0.01/1.00 vMB 927
129,790 129,790 00000000000011929c79885ce1a2b6f55247bb1fcac969638864be715771f560 31 0.02/1.00 vMB 353
129,789 129,789 0000000000000a00d5d48cb58aa08bd18e22c12bcb05d30d7298daa8704dc4aa 81 0.03/1.00 vMB 455
129,788 129,788 0000000000000bb74c392757768da8471eff12a26c596e45518898a0638dee2c 18 0.01/1.00 vMB 1,214
129,787 129,787 0000000000000ca80e9ee8029d0a6de3707ea20716e1dd151ffaeabcf3821372 9 0.00/1.00 vMB 310
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.