Loading Tool

Explorer IconExplorer

Memory Pool

81,059 transactions
30.07 vMB
0.09508079 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt f2ec637bb7f9e44c272a3bf00e2b7ec0849517e5fb91a65ebb39279f2d121c28
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 639c34680962e28d9c5e9f33e74f7b419ab9953c4fed76d5af68a88c4516e5bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,689
Size: 1.00 vMB
Total Fees: 0.03170498 BTC
Feerates: 100.37 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (351,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,923 563,923 00000000000000000020bf7af8edbd37493b65d185333392a1ddc6350a2372c8 1,462 1.00/1.00 vMB 14
563,922 563,922 000000000000000000075442189733ff7655be9ea7f1205f133d1483764b2b4d 2,075 1.00/1.00 vMB 19
563,921 563,921 00000000000000000005c6db20d70e40619cb12e9d1c3af2447afd65c8c2b902 2,632 1.00/1.00 vMB 21
563,920 563,920 0000000000000000001cae4fa152a7bb1e9127316497242796bc1afc24a30083 956 1.00/1.00 vMB 30
563,919 563,919 0000000000000000000d6aee9e14c3d952fc7dec8141783f28a2efb1b5e83fef 3,025 1.00/1.00 vMB 50
563,918 563,918 000000000000000000207684d74c0a4adb692cb4c60746456bcd897f72415c91 1,921 1.00/1.00 vMB 21
563,917 563,917 0000000000000000001ed7770597decf0f98fe4f099111c6a0073ceabbd1e812 1,835 1.00/1.00 vMB 17
563,916 563,916 00000000000000000007faa1ce3106304b6d1b603f0134165b9fe7a2ecf97119 1,714 1.00/1.00 vMB 19
563,915 563,915 00000000000000000024ea8b2e96d665e89b6809530d9b50835f4418ff41adab 2,990 1.00/1.00 vMB 26
563,914 563,914 00000000000000000012c705b405e97fd09225c5ac94dade6a1885e028db49f2 1,966 1.00/1.00 vMB 28
563,913 563,913 00000000000000000003e25aa8c65d75a2d40a0135a98ab68286837c9dfd0217 1,928 1.00/1.00 vMB 36
563,912 563,912 0000000000000000002c70026897eb197a1c8c2fdd294cb391873c63fa40287e 2,875 1.00/1.00 vMB 43
563,911 563,911 000000000000000000079ce150cd4f5ee1dfabb417e1ca3d3fb9b9539c306ce2 2,800 1.00/1.00 vMB 37
563,910 563,910 000000000000000000197d34ec5e0cb60337906a6aa9074e9bdee47ac08fc0ea 2,429 1.00/1.00 vMB 45
563,909 563,909 00000000000000000020ed41c36781ad07c2b876023523329fcd7dc03ea50ee0 2,352 1.00/1.00 vMB 39
563,908 563,908 00000000000000000008a70826ceb0b4118c64e966252a1c0c8046bc2e729bd9 2,647 1.00/1.00 vMB 48
563,907 563,907 0000000000000000000426651207b4135fbabbc24c92f35bfa54497162c3e070 2,674 1.00/1.00 vMB 50
563,906 563,906 0000000000000000001942f7af859bf0b246754afcca2a0202f98184849f52a0 2,281 1.00/1.00 vMB 40
563,905 563,905 000000000000000000242b98b4ea690f15de068c20e613d785a4ef38c7b882a6 3,206 1.00/1.00 vMB 59
563,904 563,904 00000000000000000014b89c1a56fd412db5bc399a7de0ceccc8dc4bdf8c8d1b 3,044 1.00/1.00 vMB 51
563,903 563,903 000000000000000000061d6d1f164cdc2ff362239fa2ff810b07903b40cc4e7d 2,916 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.