Memory Pool Memory Pool Refreshing

2,301 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,301 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (852,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,001 56,001 00000000002157f86eb59fb1037319fa879c0afe087ed79e019cc29560a224b9 0.00 MB 2 0
56,000 56,000 000000000dfa452ea45e0426dd8914c35e24dfd4399037c5e6deb9f18f58d6d3 0.00 MB 1 0
55,999 55,999 000000000a8272548745c22620bb8815ddd5ac835a3c73138a645a863259e2b8 0.00 MB 1 0
55,998 55,998 0000000008073eee9b80065c127f582a4245c17bd34fb9f4924669248cceb12c 0.00 MB 1 0
55,997 55,997 0000000007be8583fd59c9f66055f2fd98bc83f8d136ef367faea8a85ed1ba35 0.00 MB 1 0
55,996 55,996 0000000009c4a0439217e4314c0df6c72ce0ef5f026a3cfc4b5956c2d52a972b 0.00 MB 1 0
55,995 55,995 000000000c8b08fe2c1c211e874f3a28b01d8c030cfb9bd48ee8ce99cee563c3 0.00 MB 1 0
55,994 55,994 000000000322d94e9e0a2b02b1b23c6aaca749ac3b6a74ea60c98cab37e3589d 0.00 MB 1 0
55,993 55,993 00000000024e0088de234d749f017f92219d674a43fe6642fc761f9e86224310 0.00 MB 1 0
55,992 55,992 000000001347e13d2a9bbd10ffeb8c5da407c17280983e596fd50196ea20613b 0.00 MB 1 0
55,991 55,991 000000000e4a80d4e5609e6301e9c6705b82ba94318c680f4412c2120faf9fc6 0.00 MB 2 0
55,990 55,990 0000000011458ef759755fca6ffb464790cd061d5301f1627a5123047d3e107b 0.00 MB 2 0
55,989 55,989 00000000132cbf00930754b81e434559123c57bf5339209cc49e3ff1907618a3 0.00 MB 1 0
55,988 55,988 000000001172bac45e7b89d7da1474f43dc52d428379dc256a9a9d947c9fc1de 0.00 MB 1 0
55,987 55,987 0000000002f96e07b9de0054f673573e4639ef103bbf37a400765b7c0ebe1328 0.00 MB 1 0
55,986 55,986 0000000001aabc7e0f09ab4a5ec3513e1753f52830b2c0e591f43294b80ebf76 0.00 MB 3 0
55,985 55,985 000000000bf8bb55f7455043169f08fed5b9b277e6636c5309b8ecaee1ecc835 0.00 MB 1 0
55,984 55,984 000000000d6e6230a443d421b868b257a09b2df7da5f6a7dda7b85ed904b45b9 0.00 MB 1 0
55,983 55,983 000000000a073f8fa6cdc39d18cfe941a4b342a157974a362f7a0294db6d4536 0.00 MB 2 0
55,982 55,982 0000000008d4e18628f26b45abc50b91bf8d076e63fc7c2a6f8a93155305a4fc 0.00 MB 1 0
55,981 55,981 000000000773d7882edb8db2119c9eaab05031edee8666de042fca200ab9e7ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.11 GB sent, 99.96 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.