Loading Tool

Explorer IconExplorer

Memory Pool

72,632 transactions
28.03 vMB
0.06608490 BTC
Random Selection Loading Transactions
Max Size: 166.23/200 MB

Candidate Block

Mining Attempt fde18be98c6958ea4ddda63b9a5bb62e6c06c21422629e492a5d1af1e423f7ca
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 54070be87a7391d70941d8800efdb7f38c1eb2958a63855cd1036e18ef4f99d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,925
Size: 1.00 vMB
Total Fees: 0.00998128 BTC
Feerates: 150.93 > 1.00 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (417,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,924 497,924 000000000000000000150ffa17185d6ce65526a2c46c28fa66d4d3470eaa41bd 2,796 1.00/1.00 vMB 125
497,923 497,923 000000000000000000c2261d8d2d5620c3b86d75cc96d198d08f0fcfbbb9851a 2,405 1.00/1.00 vMB 162
497,922 497,922 00000000000000000094f744886d50e8b3a8b9285d867aaf9e4a319bb93a62dc 2,224 1.00/1.00 vMB 58
497,921 497,921 000000000000000000854472be92dd1f9441cfe5cd491326882c219f7f4f7db1 2,938 1.00/1.00 vMB 110
497,920 497,920 00000000000000000043e2b7f4bfd2c3b301ecf0131ee9f147a47c2e2edc5147 2,526 1.00/1.00 vMB 102
497,919 497,919 0000000000000000002a2b77ccf741d94ebc8042b4c7f725255c93b8a5d592f2 2,178 1.00/1.00 vMB 135
497,918 497,918 0000000000000000000fdc3937840b7c046c1a5f10caacecfb808f9d03a295d4 2,438 1.00/1.00 vMB 160
497,917 497,917 00000000000000000079c4d5f8a1692789a8c7edf73e4ce3de5e68ea567eca6e 1,998 1.00/1.00 vMB 157
497,916 497,916 0000000000000000006cfb005990c4206fe13d2417548b0951a535d913a963d9 2,036 1.00/1.00 vMB 139
497,915 497,915 00000000000000000020da05c74f246c4728fbd4eda2a93cd05cf36fbb7257d9 2,150 1.00/1.00 vMB 153
497,914 497,914 000000000000000000b9386873d70422f5d8f878fb086fa67d9fa3b01e6bf7cb 2,887 1.00/1.00 vMB 60
497,913 497,913 000000000000000000cc3185a8513c17b8fc0c6122913b35610e97939fae13f1 2,683 1.00/1.00 vMB 115
497,912 497,912 00000000000000000018864208e67492928a37ffd6c942eaa2df953752b0278f 2,173 1.00/1.00 vMB 135
497,911 497,911 00000000000000000004c268de1c0f89ad67d67674bdd6da62f598eaff279d15 1,983 1.00/1.00 vMB 160
497,910 497,910 00000000000000000007b5f2d86a36e3fba662cbfec38e172e965929b29d36d5 3,095 1.00/1.00 vMB 73
497,909 497,909 000000000000000000bdd4280af118cd10a5d341896300d961ae5834670bf4ad 2,363 1.00/1.00 vMB 80
497,908 497,908 0000000000000000007fb7219febd054a4684cf04ad1eb80f6ec8569fe9735ee 2,195 1.00/1.00 vMB 164
497,907 497,907 000000000000000000c988893793fb5980d92919151630b98571acb037699fcb 2,834 1.00/1.00 vMB 115
497,906 497,906 00000000000000000096e00bc300195cbe041bbe975e87a65391cd8965363432 2,763 1.00/1.00 vMB 106
497,905 497,905 0000000000000000008e2ee3e6dc3d9656a46e132b3d143d644912916bd88b83 1,894 1.00/1.00 vMB 168
497,904 497,904 00000000000000000039bfaeffc8b233c3cb09d8f35777b47f9b1c0e712e78c6 2,867 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.48 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.16 GB
    • Received: 15.40 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.