Loading Tool

Explorer IconExplorer

Memory Pool

51,330 transactions
30.94 vMB
0.16025644 BTC
Random Selection Loading Transactions
Max Size: 165.85/200 MB

Candidate Block

Mining Attempt 56e4b0ce1b4cd67f3bab2d0e87c0c281493db203a394a4b1a26c4c6ac9add596
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root faa7ec7961a547cd44ab083c97cfc3e3b422980cb83becf3aac4ff93699a3591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.08381815 BTC
Feerates: 200.91 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (428,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,846 485,846 0000000000000000002c071da166eced08638b9692d370f6b6c3f59c3a2bbf13 311 0.24/1.00 vMB 64
485,845 485,845 000000000000000000e460178845e5927d7eba37d3d36b28eb78a4563c3b5356 2,093 1.00/1.00 vMB 44
485,844 485,844 000000000000000000af043e1afdd889fed71afd585e81b90fe9553f99003d8a 1,925 0.98/1.00 vMB 93
485,843 485,843 000000000000000000ae83c7fbb9ee8b286d5133a8f3a79c04ebf05ae0b020dc 1,088 0.71/1.00 vMB 49
485,842 485,842 000000000000000000646cf4189f75d392db2ecb7f972bfb0de592ff6df95cdd 1,774 1.00/1.00 vMB 84
485,841 485,841 000000000000000000744595daa14d49cbdee98dcb83c56bcde7b36f641833d9 1,790 1.00/1.00 vMB 93
485,840 485,840 000000000000000000df133b89d9ae58caee6223ff28c05c0459eb19d808a6e9 1,913 1.00/1.00 vMB 111
485,839 485,839 000000000000000000a18372b032399bd1e0ef418c1cb2a923cab54bcf8706a8 2,056 1.00/1.00 vMB 194
485,838 485,838 0000000000000000010083f58d74e0b466fb579a8e2d3914619106d3dd398936 1,962 1.00/1.00 vMB 118
485,837 485,837 000000000000000000b948e5534346767d06064e3cc0c83cdd2140cfb3d0f5b0 489 0.28/1.00 vMB 108
485,836 485,836 000000000000000000cb7937e9c3595f9063f235dd90bac5723ff6fda57fb53c 1,359 0.71/1.00 vMB 77
485,835 485,835 000000000000000000b83b15b13ebbd5bd86522e83e3af0f79065eb1469c0b24 1,824 1.00/1.00 vMB 135
485,834 485,834 0000000000000000009c3b445c58f21b50d606e26162f8cb231b0c8e50d682b5 244 0.13/1.00 vMB 103
485,833 485,833 00000000000000000114cc776c1210bc5785046c6c99bf2cb697e67bb5a46024 2,135 0.99/1.00 vMB 23
485,832 485,832 00000000000000000084589ae6cd73f69e9c2ab1cae2ad9b9c9fc573342cded2 1,608 0.99/1.00 vMB 151
485,831 485,831 0000000000000000009735af9cbfd51416b95b31d65f13ff09a494f0ddf76729 1,909 1.00/1.00 vMB 141
485,830 485,830 0000000000000000005a7518f9678560d9a02df783df331e10d474cb62682c79 613 0.49/1.00 vMB 80
485,829 485,829 000000000000000000a3acf71b07d34ab12f52bb7999fe321823ccf6d2e0570a 450 0.57/1.00 vMB 109
485,828 485,828 0000000000000000003c3fd59cc8a1e9245ab498080aa696d1246f4c55fbcfda 359 0.32/1.00 vMB 88
485,827 485,827 0000000000000000004f03680ed6c4d9449c25571696396f34ed6f07e0efab32 2,404 0.99/1.00 vMB 72
485,826 485,826 00000000000000000099f09a6dbddc510a03e5c04631c4eda07a6534eaac0eea 2,190 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.08 GB

Node Details:

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