Loading Tool

Explorer IconExplorer

Memory Pool

80,337 transactions
29.88 vMB
0.09107535 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt a7a01146b577f0e166aab028e7205227d9027ef2132c43c9293d04a333f39964
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (343,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,608 571,608 00000000000000000020312abf81871a507771cf07ec039290b084cd5d162e89 2,671 1.00/1.00 vMB 32
571,607 571,607 000000000000000000084975acf8e2824ab83c86932c944f3dda7b9504a2928c 2,673 1.00/1.00 vMB 14
571,606 571,606 0000000000000000002b32ee246c0bca74f976c3d50961aadc28fb51910f9539 2,667 1.00/1.00 vMB 49
571,605 571,605 0000000000000000000c870ee97dd81daa95588bb9a6fad3c47fc88dbfdc0fb0 3,225 1.00/1.00 vMB 99
571,604 571,604 000000000000000000099bdee93db0ad13d061ddfc3964b77c37877be8cf8695 2,950 1.00/1.00 vMB 46
571,603 571,603 0000000000000000000cb699d541c50200a69a6170c4cdb101822e6852467516 713 1.00/1.00 vMB 63
571,602 571,602 00000000000000000015b66df9d9e20134ea8192969aadae001315437ffae2bb 1,316 1.00/1.00 vMB 78
571,601 571,601 000000000000000000265e03e6be344bed44cc21dfb55b519af7a4a2b55c51e1 3,050 1.00/1.00 vMB 39
571,600 571,600 0000000000000000000e278a3accdd897f5f79d23b0ac5062b3986c2bd45a6a2 3,157 1.00/1.00 vMB 73
571,599 571,599 000000000000000000295838556401e059f53b22828e54b6cc4bf4da3c48b0b8 2,562 1.00/1.00 vMB 7
571,598 571,598 000000000000000000248f4030361bb098ae85ad2901e7b47b6c263bdae556bb 2,819 1.00/1.00 vMB 45
571,597 571,597 00000000000000000027ffb1674fc6fcaf660d7cd3195f42f12c3527e871540d 2,726 0.98/1.00 vMB 15
571,596 571,596 0000000000000000001bb4dbe1b56b8866ce68e0b5d55132bade208891797ebd 2,918 1.00/1.00 vMB 37
571,595 571,595 0000000000000000001b7e069bd6e145d9d9948551867e7a8b181e65ce866510 2,241 1.00/1.00 vMB 19
571,594 571,594 000000000000000000273df18aa0f00a17ff77aaa8d84ab47affc98da02fc043 2,681 1.00/1.00 vMB 2
571,593 571,593 000000000000000000035137a57fef57ab7400d295b3e4d2e2283d70138d95fc 2,967 1.00/1.00 vMB 17
571,592 571,592 0000000000000000000458e1dcd51b38ebfd39d87e9ed51e74da12bab5d1bac7 3,137 1.00/1.00 vMB 13
571,591 571,591 00000000000000000014773d4bb2927fe1899028d8b52586e2c306afcc0a89fc 2,966 1.00/1.00 vMB 78
571,590 571,590 0000000000000000002794dbccb5f0fd8c76d9da92b2ebb4fd5a0415eae569cc 2,921 1.00/1.00 vMB 46
571,589 571,589 0000000000000000000b00c79bea9d2f023d61b3cb59d30062d6fab1b78b47ed 3,056 1.00/1.00 vMB 17
571,588 571,588 000000000000000000255783d1d731d9f6c9072e1c3f058f5370f4d8700a079b 3,018 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.