Memory Pool Memory Pool Refreshing

2,494 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,023 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (51,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,897 855,897 00000000000000000000a22328223559851d103d00abceafe46fff05fbe76baa 1.70 MB 3,901 5
855,896 855,896 000000000000000000030f796ba198b913ce29de129b18cc5878c66a83bf66a6 1.80 MB 2,541 3
855,895 855,895 00000000000000000002fcdf02b38a05df60f61e99b91b6902e48785f3312f69 1.53 MB 2,927 7
855,894 855,894 000000000000000000013e13a9c392e221c16b8081eccb74316871713bc78e32 1.51 MB 2,608 7
855,893 855,893 00000000000000000000141e0a7dce6aed1c1181249b21801d1b6aa7efde4ac7 1.57 MB 3,809 12
855,892 855,892 0000000000000000000051677f19366d238632b4483f4af8aeef582c11590759 1.62 MB 3,831 9
855,891 855,891 000000000000000000009f21e237a4f3a880bebbca033ff2b1d03f1fd3cc0bca 1.64 MB 3,431 7
855,890 855,890 00000000000000000002dc717c53cd9ae53daa0aac916005286262be8aa842a9 1.59 MB 3,559 13
855,889 855,889 000000000000000000002f380f4246a3ad7b27f4ff67363fd58ddc7e1aa9e945 1.56 MB 3,217 13
855,888 855,888 00000000000000000001e0854eb71408b16e58a4b4ecee38ea86d4544f48a12f 1.62 MB 3,627 7
855,887 855,887 000000000000000000029159357fa791eabfe285f8a3c4ee73e022f03f8f9330 1.88 MB 3,443 3
855,886 855,886 00000000000000000002b980f04b0681791ab23b2df901ccb257e5453faca6ea 1.67 MB 3,884 5
855,885 855,885 00000000000000000000a2428098eab9892a70b7f135dabfb2e7458df9b91df1 1.60 MB 3,409 6
855,884 855,884 00000000000000000001c9e601e049a6bbbb224617a3cc1063eb13b0d3e981bc 1.63 MB 3,612 11
855,883 855,883 00000000000000000002ec2af8c35841b0dff7fa9c9aebc439a06747b262ff81 1.53 MB 2,910 7
855,882 855,882 00000000000000000001abd787510ff440c5ebe8905d247b125cfee52f1d583b 1.62 MB 3,593 10
855,881 855,881 0000000000000000000042d98c88d5fbb33f8bcd421f572aa0b73f9e05c6c7c2 1.67 MB 2,533 3
855,880 855,880 00000000000000000000bc25ce24fcf5c7214deb6505eeecc9b1e7de5a65cf13 1.61 MB 3,498 8
855,879 855,879 00000000000000000002a5feca3e3b8c23d1b9aade44d966d127095bcaa430a3 1.48 MB 3,674 9
855,878 855,878 000000000000000000027eefebf0bc3acd64d65a6cf7b2ec8297838b7dfd1d8c 1.51 MB 3,380 6
855,877 855,877 000000000000000000001de9bba99c7a077919923465e1d39423c6a33a11c7a8 1.67 MB 4,099 9
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.