Loading Tool

Explorer IconExplorer

Memory Pool

39,451 transactions
31.68 vMB
0.07334046 BTC
Random Selection Loading Transactions
Max Size: 157.75/200 MB

Candidate Block

Mining Attempt 9049f9926e5088d883cda597139741b6864489b4949149a8529d2ea9a4971189
Version 20000000
Previous Block 000000000000000000017e2a921859098c6593428de3b370587a97e0baaa7288
Merkle Root 3f5e76e670c606a5b5eee21a26e09e1fea9aee0c5295e88ee564629e9f2b421f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,262
Size: 1.00 vMB
Total Fees: 0.00788374 BTC
Feerates: 178.00 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,564 (148,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,669 765,669 000000000000000000075dbbbaf0d7201ed7ada0d3a3046756b4a8be963104a4 2,768 1.00/1.00 vMB 25
765,668 765,668 00000000000000000005e62b8b7d30ac30ba5a49dd22a1e2fb1fdff092f53c74 2,937 1.00/1.00 vMB 44
765,667 765,667 00000000000000000003ffa425c7c50f672ec4b72dd67c3da3e224253ae77ae2 1,476 1.00/1.00 vMB 8
765,666 765,666 0000000000000000000468730df44c8845e9c54f350ea4515fdeafea9c704415 1,986 1.00/1.00 vMB 12
765,665 765,665 000000000000000000016ba0aa8429b1eac500ada97802bb7bed05986b7d9c2b 1,894 1.00/1.00 vMB 8
765,664 765,664 00000000000000000005f45ff7833af3945cb1871c7e6e9ed8087389f7ce7ea1 2,192 1.00/1.00 vMB 17
765,663 765,663 0000000000000000000480bd7f79a38e773135cc28dee3b2e7b9574a412db20a 1,968 1.00/1.00 vMB 17
765,662 765,662 00000000000000000001431c5ccd4b1dcc8cc16bb4cd1641365aca0ea22dfb3a 1,004 1.00/1.00 vMB 24
765,661 765,661 000000000000000000009e7e9dbc7900f7425c85d4a24d362c08dbf012a1ca0f 2,627 1.00/1.00 vMB 31
765,660 765,660 00000000000000000003201f4709aea3b268f2406e37b6b6a7b8e231aaef6366 2,971 1.00/1.00 vMB 37
765,659 765,659 00000000000000000005b8321e6dc1a0665a50e7ac607cfaa814ce9861e957f0 593 1.00/1.00 vMB 17
765,658 765,658 00000000000000000003b353e700cb80dcaef9200cf095dcaa9389a5e78a7e9c 1,312 1.00/1.00 vMB 21
765,657 765,657 0000000000000000000034d5110c850c8be23276fe184effbe82815bfbb36d67 2,291 1.00/1.00 vMB 29
765,656 765,656 00000000000000000005795c7c275af5e0fa88cd87d64b3dd152dfcabff2c1da 3,061 1.00/1.00 vMB 25
765,655 765,655 000000000000000000002a88c94fec5d5c77b383379821a58e5e3ab537925cb5 2,147 1.00/1.00 vMB 20
765,654 765,654 000000000000000000052e604e24c20fd26c543408feef58c93aea09f38086df 2,028 1.00/1.00 vMB 35
765,653 765,653 000000000000000000013c11f46c0dfb6926bc1d6662575d24a226767325fbec 2,978 1.00/1.00 vMB 38
765,652 765,652 00000000000000000005c1957b3a87969783ccd5521863fbc7403f5a1930a6f4 2,121 1.00/1.00 vMB 49
765,651 765,651 00000000000000000002f1c359940fbbd0371f95c6a11619ecaa988b519d0ef1 2,387 1.00/1.00 vMB 19
765,650 765,650 0000000000000000000218401ebd6281d5bb70105c21fe710e9c430731880be5 2,879 1.00/1.00 vMB 29
765,649 765,649 00000000000000000006950f17884e545cba77329c9c0e76733a8337f6d056c7 1,971 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.61 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: 624.28 GB
    • Received: 11.55 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.