Loading Tool

Explorer IconExplorer

Memory Pool

73,709 transactions
27.30 vMB
0.06479432 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt 492b028e1421be125115e33272dab04ba076fcaca3b88c6415aaab4c14b3e900
Version 20000000
Previous Block 00000000000000000001bb87348e6d3ff23561ca1d138f03813134dfb60134ae
Merkle Root 39337e57b6100e54f38e4ac62caa6682b162ff3887a258ce405e0a787cf324b2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.00615036 BTC
Feerates: 84.51 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,283 (216,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,906 698,906 0000000000000000000c12eca4dcba0b65852ab6249f913277f8c62453c77d30 1,253 1.00/1.00 vMB 13
698,905 698,905 0000000000000000000f66b1bdef451cd4c95728c89ee106cc806083d697664f 2,662 1.00/1.00 vMB 22
698,904 698,904 0000000000000000000e0705246972bada19e28ec6bd59033b05cc0bdab4aaa6 1,327 0.42/1.00 vMB 14
698,903 698,903 0000000000000000000cf48e842f1af85854e3e95dc260a68a16b069173ae369 1,141 0.71/1.00 vMB 5
698,902 698,902 00000000000000000002f0db549ee90d1c7f3abdf6f1b5c51b7a84f28a74c271 1,904 1.00/1.00 vMB 5
698,901 698,901 0000000000000000000d5ea634296e049a7b8a983c79a8ffabb23c3ab75d9f99 3,068 1.00/1.00 vMB 8
698,900 698,900 000000000000000000023fc453d63c24f15ef52d238a8ddeddaef3419b76ecdb 2,572 1.00/1.00 vMB 24
698,899 698,899 0000000000000000000ddc37f1f3821556cce8ba2dfc5fad5866542e04f92951 2,452 1.00/1.00 vMB 11
698,898 698,898 000000000000000000023d6b24bc21e7b1198f539e62110b94adadf0f0fcab1f 2,063 1.00/1.00 vMB 12
698,897 698,897 0000000000000000000dbc6b4735e54afcdcea74a36443e1ed7eb44740901e0e 1,576 1.00/1.00 vMB 4
698,896 698,896 00000000000000000002d35cc4c85447e4fa700e06cc5b34add006f016b04603 1,783 1.00/1.00 vMB 10
698,895 698,895 0000000000000000000ad6e48d05516695b1e32fca465934d1712c8689365379 1,278 1.00/1.00 vMB 12
698,894 698,894 000000000000000000044f8751b2bb0dbdb682b4ed0fb990a1391c0b8a877dbf 2,891 1.00/1.00 vMB 6
698,893 698,893 0000000000000000000e19fa6b94e5abab4b71469b87f6fd3ace92ac2d18503e 3,165 1.00/1.00 vMB 13
698,892 698,892 0000000000000000000817cd0ff2f32565b7cb020d8be413a896de086cdab88d 2,748 1.00/1.00 vMB 10
698,891 698,891 0000000000000000000612b3b46b505551de6fc74a85d4be7cc61f32e4c8e6bb 527 1.00/1.00 vMB 10
698,890 698,890 0000000000000000000737ec74991822ca46bb4b68a426ee61383c148c05ce35 2,558 1.00/1.00 vMB 14
698,889 698,889 0000000000000000000bda4b7beb974f39cc8e7d0fab8249b6f5ff42adeb92a9 2,862 1.00/1.00 vMB 12
698,888 698,888 0000000000000000000d152921d399aa123c4b6a972a8daa44fb95b4245b6481 2,904 1.00/1.00 vMB 15
698,887 698,887 000000000000000000073af2941ff1d3896c9af102b264075ad813b20e265e6d 3,075 1.00/1.00 vMB 13
698,886 698,886 0000000000000000000ba77fb3d0376685dfc24f38a8690a1c5ed4f9f2192181 3,052 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.88 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: 713.28 GB
    • Received: 17.34 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.