Memory Pool Memory Pool Refreshing

774 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
899,879 0000000000000000000237740000000000000000000000000000000000000000 0.16 vMB 789 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,878 (4,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,811 895,811 000000000000000000001beccd6f596027b1c74399b53e1f77ee30e2df3d32c4 2.01 MB 1,150 1
895,810 895,810 0000000000000000000152d74bb410aa097e8344c9e705c8c6147e4778058c30 1.79 MB 2,144 1
895,809 895,809 000000000000000000002355ea239172efd7d0aca37beea4bdc00a0223e1807d 1.61 MB 2,930 4
895,808 895,808 0000000000000000000130ba2c21a2bcf73baa625bc8c553fdf260fecdcfbcd7 1.37 MB 1,777 2
895,807 895,807 00000000000000000001ad181b4fcac649bb64731031fe74e0c55f66847aa8ac 1.23 MB 1,035 2
895,806 895,806 000000000000000000003f15295b8dbe474ea1a2a009864edc905a4ba73b9dcb 1.48 MB 2,334 3
895,805 895,805 00000000000000000002262daa2cb0c87adbf699c25fce2c9642ffe2d73856ce 1.24 MB 1,146 2
895,804 895,804 000000000000000000003c6ddfe672cc48c48ea66a559fba61ea8875fd006180 1.99 MB 88 2
895,803 895,803 00000000000000000000e2135968ac7e037f4117067e25c3bbaf3d603a670ebd 1.51 MB 2,802 4
895,802 895,802 00000000000000000002399cfa29f100c806b734809ce5812deea8eb150cd76e 1.85 MB 2,132 4
895,801 895,801 000000000000000000022fa5c1315d2a69f480b051890df5d2517a85e1c915db 1.87 MB 1,770 3
895,800 895,800 00000000000000000001a89befd203163e00978ddb5365252eee598092d3eda2 1.49 MB 1,755 2
895,799 895,799 0000000000000000000127fd6a8c61e2061a8921f8743435131a716501e00762 1.42 MB 2,574 4
895,798 895,798 000000000000000000014383740a42fe23f72fdf524424e23a517e77b09b1ce4 1.48 MB 2,764 5
895,797 895,797 00000000000000000000be05a94c0df32daf68f854e156c9ee4c1f3935bcb8df 1.47 MB 2,525 4
895,796 895,796 00000000000000000000ea8f1d5d2c7956c28b8452f1bbde194bec73e00242a9 1.48 MB 2,355 6
895,795 895,795 000000000000000000000b62a6f2117a4383b34f2b5dd4878277265a6919f593 1.43 MB 1,888 4
895,794 895,794 000000000000000000011475b8ccd7b9689906ca631aa467f2772563c567b1f0 1.31 MB 1,959 5
895,793 895,793 000000000000000000006078e38137a1ffc76efa45889d6fa9d828e0559dcccd 1.51 MB 2,944 4
895,792 895,792 000000000000000000008f795c31dea2f0cb971516a52c62e49047ded3d2e369 1.48 MB 2,048 5
895,791 895,791 000000000000000000023591a53bdee9143e6d436eae3377a63054b80e0fb91d 1.74 MB 2,200 4
Previous 10 blocks ↓
Total Size: 755.77 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: 541.10 GB sent, 27.24 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.