Loading Tool

Explorer IconExplorer

Memory Pool

16,052 transactions
9.15 vMB
0.04581213 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.00/200 MB

Candidate Block

Mining Attempt d742b8ddc14fb357b6a5ff89d2be7551149032bfad6d79ea6a02a43d2802517b
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root 75fb47d120b14768b9affcb5ad3fdc2b42cd809b181d860da7a0dd597f9f4120
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.02585296 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (724,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,881 188,881 000000000000006f7cc6f3c6babf098c5d5e6a6304257888664ff24738d5c5de 72 0.03 vMB 75
188,880 188,880 000000000000026ca39503ace83997768d71e6ebd4ada377910dcc49b2266b73 363 0.19 vMB 138
188,879 188,879 000000000000034007133e062e5b864f16f5d43027c697eeefa8a44b92cc1c0f 117 0.04 vMB 68
188,878 188,878 00000000000006e0b3bbd9b67ee285916502d08890837043aa997c9bc9673db0 10 0.00 vMB 0
188,877 188,877 00000000000004463386a43fdae88726733cd8792eaccdd19ceb53ee61b8a82d 32 0.03 vMB 88
188,876 188,876 000000000000036ba60d1b68067156a71c508e8a746da7a5c16c48ffbca7fd43 145 0.07 vMB 94
188,875 188,875 00000000000006b1dd7f2373f3bf23eb7b5860e17b96a16ffa3757993cffe7e5 38 0.01 vMB 8
188,874 188,874 000000000000069f62d86df426a1a0b3718a89515bc9195c6a70e4d126adc7d1 264 0.13 vMB 131
188,873 188,873 0000000000000388a496adbf0ee6676c677b5e78881a9bbf3e633f6057c514e6 78 0.03 vMB 62
188,872 188,872 00000000000004745d8592db7a67fae88bcfafbcd8616544ce4e4e8b432f3413 64 0.02 vMB 204
188,871 188,871 00000000000001034665d4a48523927aae264f9eca2452c27a4188e4cde36893 26 0.02 vMB 71
188,870 188,870 000000000000068cbad57181b2d9038091877feb057ba54ed6806d9c266594a0 84 0.03 vMB 174
188,869 188,869 00000000000007571fd2a9de051946b4f60f71181129bc1de29b5a5f50785b87 72 0.05 vMB 103
188,868 188,868 00000000000007b869840ae1e783d9b288fe6bf21bfe6d2f3e66ce71a7674e4e 28 0.01 vMB 65
188,867 188,867 00000000000000f3587bb724900978bef3611a45f0068f7e1fa77eda1d492619 42 0.02 vMB 80
188,866 188,866 000000000000030385d0032d59004b520d49f7934f01b19d8294c344a0a1286c 315 0.12 vMB 79
188,865 188,865 00000000000002361d194d27aefc126480fdf5ad902281e85ffe77d2f60ec44e 12 0.00 vMB 318
188,864 188,864 0000000000000925c1b451e0c9711770b3cea7b98c210aad0e218405bcf4ad8b 38 0.02 vMB 48
188,863 188,863 00000000000007c089b9a68ae1930421e0ed728245ccb377b41a92f2de1e9e5f 41 0.02 vMB 64
188,862 188,862 0000000000000980b842cd71f6e04bd1b83890f56b4aba3abff909a18ace878f 86 0.04 vMB 90
188,861 188,861 00000000000002441426267a6f033963a082d98d9b076b3db044ff3cc85ff6c2 12 0.00 vMB 24
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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