Loading Tool

Explorer IconExplorer

Memory Pool

77,856 transactions
29.41 vMB
0.10346472 BTC
Random Selection Loading Transactions
Max Size: 177.14/200 MB

Candidate Block

Mining Attempt 28b47aee248723d9a8dfb48421d0b7b5d80017c2df19a6a782e5cd89d130072a
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root dd1efdbafdf86964812a1c98d98d02345bad1f97cbc4e01eb2fcc0a2610b168f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.02816157 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (424,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,772 490,772 000000000000000000d1b0a9db09b5b7f9943c3c2386f459efd78f1861840333 2,314 1.00/1.00 vMB 100
490,771 490,771 0000000000000000001c56fe04e544003e6297c4360f27a4e1ab48a4e7f17d70 461 1.00/1.00 vMB 19
490,770 490,770 0000000000000000009045e0d1ba2c7385bb621546d8c427ee9ef672a8ed9bf1 437 1.00/1.00 vMB 7
490,769 490,769 0000000000000000001096732f1c384f3de5eda5b558c2d938ecc3a99e9e73e3 2,177 0.79/1.00 vMB 25
490,768 490,768 000000000000000000dd3ba9b427557ef5ad9497a71431c662b9468bce406352 1,492 1.00/1.00 vMB 68
490,767 490,767 0000000000000000008db06d713c1df1be200b90421de252a2909d3a96f116e3 1,543 1.00/1.00 vMB 90
490,766 490,766 000000000000000000e443c840f7824c16bc019ba38442ebeba028c2e96f31e6 2,511 1.00/1.00 vMB 101
490,765 490,765 000000000000000000276e87ee8f1a07ad5fd5c49e6d3532fb15a37950904dec 2,343 1.00/1.00 vMB 123
490,764 490,764 000000000000000000a7879b248205ecc728c70aacb6be8c358e7cdf041dedcd 1,404 1.00/1.00 vMB 48
490,763 490,763 0000000000000000000d4ac5b7572e106925fe682d9f72813b51f072058cd886 944 1.00/1.00 vMB 29
490,762 490,762 0000000000000000001c545e3c58ced071c2185d25ea2837d6c6ab7aec604e8f 953 1.00/1.00 vMB 26
490,761 490,761 0000000000000000009d9f01b1269ed613f7f060ce1f74ae1df43acbd8a1fe41 481 1.00/1.00 vMB 13
490,760 490,760 00000000000000000077f3609916415d02a1a8a8f949283de056d96e9d1cdcd1 1,189 1.00/1.00 vMB 40
490,759 490,759 00000000000000000035e0e31651161a33971040485f37f513018361238b79a5 859 1.00/1.00 vMB 34
490,758 490,758 0000000000000000001da07817387bc57da4074903cba7f04759cefe50e86b1c 2,437 1.00/1.00 vMB 45
490,757 490,757 0000000000000000001dea9e825ebb86f5f8a906a8a595413ffacaca15e2be1f 2,467 0.96/1.00 vMB 137
490,756 490,756 000000000000000000e1e5ef2c968b8a75c73aadf85d0e9dea6e8e66de3a5daa 2,244 1.00/1.00 vMB 31
490,755 490,755 0000000000000000007e679cb0fa2611a47f9f24182f89ff1270eebe184abdce 2,049 1.00/1.00 vMB 123
490,754 490,754 00000000000000000020fa6a10d612ff4f546f4d362de0b6a27861fce0af9135 597 0.98/1.00 vMB 16
490,753 490,753 0000000000000000009204c7c025214e7e4213a290387184ed6d647adc42d46b 336 1.00/1.00 vMB 6
490,752 490,752 0000000000000000001f84db2a0d4247642672bb842b1c32d2f8d41aeccc057d 484 0.99/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.