Memory Pool Memory Pool Refreshing

6,444 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,921 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (8,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,181 899,181 000000000000000000007992e65572264ac060bc03504542250a1649dc94eb21 0.64 MB 1,168 2
899,180 899,180 00000000000000000001b24e78179d530847a64aafbfe849ffe915338e28171b 0.26 MB 586 2
899,179 899,179 00000000000000000000667e915a066754b7e4f958331ccb5009d98f07241070 0.28 MB 883 2
899,178 899,178 000000000000000000004c26abd5be4370abc8037e26e3f1d421043db4eae141 0.92 MB 765 1
899,177 899,177 0000000000000000000193b10a3941596df9c66270261a344c67ab09ada02859 1.41 MB 1,692 1
899,176 899,176 000000000000000000005659dce97006f382c8d1a4375b2dd0c9b9e02571f96e 1.42 MB 2,038 3
899,175 899,175 00000000000000000001b4f9cc83c38566476cf1c3cc3db712c94a267a6a63c8 1.39 MB 2,389 3
899,174 899,174 0000000000000000000154fd5163f24886917199e4329941d865e63ffcaf33c4 1.55 MB 3,007 3
899,173 899,173 000000000000000000014612d066f447c35b5db4c2a3fe1068d96f1331415599 1.74 MB 4,183 9
899,172 899,172 000000000000000000002c740dc59804af4d00b53bae2d76e74ac7ba01376d21 1.07 MB 1,944 2
899,171 899,171 000000000000000000014fa4c083b2b12b3a730e51330c2a91bba5b1cb1b1576 0.49 MB 666 2
899,170 899,170 00000000000000000001ff36b921dea16bf5b855c5bfc9341e75064c66536364 0.99 MB 1,782 2
899,169 899,169 00000000000000000001c1392c3f01f9ce0001c827fef00c9353e40749fdc213 1.50 MB 2,300 3
899,168 899,168 000000000000000000004caad059d9698df619cbb61dd922df3a3150ae521d2a 0.83 MB 1,175 1
899,167 899,167 000000000000000000003148759071714712ebc4b8b127ab1008c4ed82009d4d 1.49 MB 2,193 2
899,166 899,166 000000000000000000014d10b3bae8d820d7d8f3920094a9ca1ce642741b293e 1.38 MB 1,887 2
899,165 899,165 000000000000000000016a04ed1bb5ec89ba2c7e54a54a0c2b26b40b5addeb3a 1.01 MB 955 1
899,164 899,164 00000000000000000000598a011aa1e1fd91981fdbfcd43f60faf2d88a3148d4 1.86 MB 1,556 2
899,163 899,163 00000000000000000001ff295b72441cf0f850ff1765a9ff3abf58e4c3141e89 0.95 MB 1,373 1
899,162 899,162 00000000000000000000a41e6b216d15658e0d25f8726102a46cb86f90374dc1 1.57 MB 2,004 3
899,161 899,161 000000000000000000018b82a6f7277ffaae167a69cd81b32394f02273151376 0.45 MB 619 3
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.77 GB sent, 94.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.