Memory Pool Memory Pool Refreshing

2,819 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (903,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,570 4,570 000000004c873a89b5be02b2152b5b97d257e224c70b66311d5b8e324d1da968 0.00 MB 1 0
4,569 4,569 00000000f716a4ee9ee578b947faabadc3eab9fbeda12a00eb18b44f9346808b 0.00 MB 1 0
4,568 4,568 00000000778ec8f598a2763e04391b1bb47f7b57fbdcc46bc1448f18382456cd 0.00 MB 1 0
4,567 4,567 000000002a11eca002d9fcdee8dc749a7ff1b97948f5cef5f34d40f255e3ffa0 0.00 MB 1 0
4,566 4,566 00000000f5adb45354a558d362691fe835b2cbe6e1c9bc4a63141c4112f0dccf 0.00 MB 1 0
4,565 4,565 0000000090b8f2c0e70002905461d7fcaa05f40185b4b62b4ffe170bc555a068 0.00 MB 1 0
4,564 4,564 000000004724c68d5aea15b0c79340620e3df6cc2bdb32f2cb72484ab8782c52 0.00 MB 1 0
4,563 4,563 000000008e2981f156f202ba98ef49998da81a594701ec175cb40841add4c735 0.00 MB 1 0
4,562 4,562 000000001b70b3e98f11b60699cb6d4c7eb96e39354bfdb50fca98aa31f1e9ea 0.00 MB 1 0
4,561 4,561 0000000089abf237d732a1515f7066e7ba29e1833664da8b704c8575c0465223 0.00 MB 1 0
4,560 4,560 00000000aa76e6a124d09dc0dc182a8f7632f9121e34db37def27648f71fdf52 0.00 MB 1 0
4,559 4,559 00000000fdcd3d7a60e714c9e42edc818e9017865642b80783d85b5bfa69b6fb 0.00 MB 1 0
4,558 4,558 000000003c43da15dfb12e8ca257c4656e10b0a115285aabf212d3d163ce8d62 0.00 MB 1 0
4,557 4,557 0000000067190382658f2858adae0bd268ec888a435afb15fd3b76a50e3192ca 0.00 MB 1 0
4,556 4,556 0000000054d4f171b0eab3cd4e31da4ce5a1a06f27b39bf36c5902c9bb8ef5c4 0.00 MB 1 0
4,555 4,555 000000009932103735fbcdf36f7110fe8fa4e3fa773ea612014f3bf10661a021 0.00 MB 1 0
4,554 4,554 00000000ed72c1e2ec926c34c50dd20ddc514d081a1794b5f773c2f8fe514990 0.00 MB 1 0
4,553 4,553 000000000e30698ed3a2b4e35d63bb9fe5d22a17aab2b4035364a02632c6fd25 0.00 MB 1 0
4,552 4,552 00000000fcd5ef4eea5afc135e0d18609a3690b58b12f51f5399f234c4391a05 0.00 MB 1 0
4,551 4,551 000000008555c940e09136773b09dc488ceb3f42651cb313e6b4d5d08e434c14 0.00 MB 1 0
4,550 4,550 000000000d59ddea668da22b3125c200f09719e6ac62c5ab2b55c86bcab0790e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.38 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.