Loading Tool

Explorer IconExplorer

Memory Pool

58,116 transactions
29.05 vMB
0.06055047 BTC
Random Selection Loading Transactions
Max Size: 160.54/200 MB

Candidate Block

Mining Attempt 9df3bced173401b2658b52ee17d2ad414e0fed4958a3a19f59cc01a12011bfd4
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root d9397006374f21993bc2806bf0c67dbdc4a7bdd2ff6ab2994c748e1fa827d523
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,146
Size: 1.00 vMB
Total Fees: 0.00503927 BTC
Feerates: 108.49 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (523,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,084 391,084 000000000000000007471cd2e2fdd2fef1366730c765232cca8f7ab015af926c 109 0.25/1.00 vMB 7
391,083 391,083 00000000000000000aecb42f887643a4a2aec838d8ad6237263d524c40b9881a 149 0.11/1.00 vMB 19
391,082 391,082 0000000000000000026c2e17427e46ba57b7410a9a5b6070cbee4cfa951b4290 1,544 0.71/1.00 vMB 31
391,081 391,081 00000000000000000335381f46b99ec8f10eff132977a68096e6e4c5017a8e4d 809 0.33/1.00 vMB 29
391,080 391,080 000000000000000003b031015ed29f55e901cd87310071b81ab1818332a70578 1,423 0.69/1.00 vMB 32
391,079 391,079 000000000000000005ca0db9a194efb0d12594fea8e66237863e0aebb9f08617 607 0.99/1.00 vMB 5
391,078 391,078 0000000000000000062ea9ce8c86590f172ce105db001a8f2c1859d648bebcf9 1,103 0.52/1.00 vMB 38
391,077 391,077 000000000000000006fbcd615d4f6ae061e64f5490381ca440db2d6aaab4e17d 613 0.38/1.00 vMB 36
391,076 391,076 00000000000000000308543d08a959adf2f5b6a65d0af2b6df1c68e77eaa07c8 2,004 0.93/1.00 vMB 37
391,075 391,075 000000000000000009c8684075cb8c56c72e0e2d580850ec65b0b1b9892b9a3d 189 0.10/1.00 vMB 16
391,074 391,074 00000000000000000b1daaa2cdbcb514bbfacc8f5941f3c9df163d164bfbe776 838 0.92/1.00 vMB 16
391,073 391,073 00000000000000000a1786378e8d190f6681410056cbf2efb125f0df34ee60e0 247 0.16/1.00 vMB 23
391,072 391,072 0000000000000000070c0e16d7c4f05e7e4314c9581429f9c075cf46aafa1b43 954 0.40/1.00 vMB 37
391,071 391,071 00000000000000000a3063beca0c5f6411524af5946f7131b854c439f0374bda 320 0.94/1.00 vMB 8
391,070 391,070 0000000000000000050b03457f9821b3aaf0f600a0f3ebbb26d3aa6e02d44d9a 1,345 0.86/1.00 vMB 25
391,069 391,069 00000000000000000343b920946e6388c0086c1fd9f5f7b139778e8269dced2b 887 0.34/1.00 vMB 37
391,068 391,068 000000000000000001827b6029165d963c19aa15b97f23c218b18b119e143a83 303 0.88/1.00 vMB 10
391,067 391,067 00000000000000000977c7fb6c08d8e5de85d7424994fc0389d4ef32656d29b8 2,586 1.00/1.00 vMB 38
391,066 391,066 000000000000000002429c0e989676e3c76a94c75b5ce7828a9e7e7111e4fdec 1,015 0.93/1.00 vMB 20
391,065 391,065 000000000000000003a08d04009a8a564a12e8769ad31ccb789b1193677d00f3 1,211 0.99/1.00 vMB 20
391,064 391,064 0000000000000000036652108e2db29223b1614c9b0200908de1e9285af1c2df 1,066 0.53/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.29 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: 657.07 GB
    • Received: 14.47 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.