Memory Pool Memory Pool Refreshing

12,292 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (591,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,608 316,608 0000000000000000031c5f4348d4575a1c124e2720186135cc18a57bd4d964e7 0.15 MB 289 26
316,607 316,607 000000000000000013687e937cbfb6f0f5f872c417d6b6777b49a94d26fec73e 0.21 MB 329 24
316,606 316,606 0000000000000000041665d54d2a3243628a7105c04f45268b20a235c3e172a8 0.25 MB 357 23
316,605 316,605 000000000000000011c143937b2ccfeb9cfdc255da0e0860eab19bc0a422f782 0.20 MB 366 25
316,604 316,604 00000000000000002cb5534651c16d2d651dc76b56d91ec7fb2984c74a7e1931 0.15 MB 188 19
316,603 316,603 00000000000000001ca58e1d4db9427bc45fbd9aff89e0b557cf3b6fb3168725 0.07 MB 101 16
316,602 316,602 00000000000000001e867189a47a0f3eeeef8a9b2281726ab34899ea87b57565 0.30 MB 647 30
316,601 316,601 000000000000000028e708391961e059ed2ceb126df78d7713f1e4d4e7c17a99 0.14 MB 278 25
316,600 316,600 00000000000000000e90dba66b9162bb053df4cc03375d7a0642cef55620f8af 0.17 MB 366 33
316,599 316,599 0000000000000000274e94e2b8b15297289e2c2ad3dd991287e7ad717fa6a1f2 0.02 MB 65 36
316,598 316,598 0000000000000000168f641df26d410ff4b0470b4aba3a7c6852dea88cc6e0ac 0.46 MB 793 27
316,597 316,597 0000000000000000052add2eb41283cdc62c1c262d96f2b9ec3b5d1fb5120b6f 0.15 MB 158 18
316,596 316,596 00000000000000002dc37b042d17deb923b6972e1c110cf4bdf3e69f336f3f24 0.02 MB 40 21
316,595 316,595 00000000000000000a0aecca3d59d379a619846758763f33061d3133458206a6 0.07 MB 111 14
316,594 316,594 000000000000000004e73cfcbd6afaeadc915316c7f8e592992554de619c29f4 0.02 MB 30 23
316,593 316,593 000000000000000005ec57f8fa4b3e891fc3c9421ec8aad405a34b1b6c8be1b6 0.35 MB 533 25
316,592 316,592 000000000000000029e503ce7a763ec451735a51ea33d26d787b79414002c5ed 0.21 MB 227 18
316,591 316,591 000000000000000007b576f02104a2caa7ab1de6ad1aa124886cfe6246a7dde8 0.23 MB 400 25
316,590 316,590 00000000000000002d1faf6e10f2fed210dc84b84d126abed02a3961be5bf628 0.02 MB 34 20
316,589 316,589 00000000000000000412078612d210eb81c7d68d9420ae5a271b21500f6859f6 0.06 MB 101 19
316,588 316,588 0000000000000000096cc923bfbd1833d9439b89b580ecd86d3576943710d08d 0.23 MB 431 158
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.