Memory Pool Memory Pool Refreshing

2,332 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
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,331 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (377,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,429 530,429 00000000000000000029f4530f485f6cbb3c7216251e950060ed03aeca084b86 1.16 MB 2,582 8
530,428 530,428 0000000000000000000fe3b27bfe167e91a5e46c0cf32ec5bd551b7669c62974 1.15 MB 1,886 41
530,427 530,427 000000000000000000266db0c60263e883bfbaad3c2d33906bd3f8422ab95ee8 0.89 MB 305 2
530,426 530,426 0000000000000000000e0e0b4acc3b173274268c580061d9bbcb77470f5e604c 1.16 MB 1,937 20
530,425 530,425 0000000000000000000faa39ed67db348a1045c550c838c5cd917eeeb5b49772 0.32 MB 760 44
530,424 530,424 0000000000000000000145ad55f89cbf9292d0dc0cb74506b1a0c0b358b2010c 1.19 MB 1,741 15
530,423 530,423 00000000000000000026683db443eeb5262c555f0be2c0acfbb0058bbb7ceece 1.05 MB 2,263 9
530,422 530,422 0000000000000000000fe19cae4a0edb017a6a125e8c4fd607e8982c558d8571 1.15 MB 2,722 12
530,421 530,421 0000000000000000001601e21ca6d54c9036a35ca2e5239e08c7567e8c965e26 1.19 MB 2,531 23
530,420 530,420 000000000000000000138d96f3564c1c74e8f4f840d2c68ea22a18cb326f1825 1.11 MB 1,969 46
530,419 530,419 0000000000000000000e4e56d57034ae2157d3a6900c60a6a32e77cc83f215f4 1.15 MB 1,682 32
530,418 530,418 0000000000000000000a9f8ea0d5dab7e749331c91ead5dde0dbc59d5d122e2a 1.20 MB 2,068 32
530,417 530,417 0000000000000000000e825e0fa513b3fe416ddc411827c8a8db1b183e248cd6 1.19 MB 2,587 38
530,416 530,416 0000000000000000001446b0829bdf69c941357ddd73aecf675656a96b6877e2 1.26 MB 1,012 13
530,415 530,415 00000000000000000009daaa173d3add6e1e5980d0602c366ac24436cedafb7f 1.25 MB 1,258 32
530,414 530,414 0000000000000000001202a201151e3c9d4722c873b997d464382041254af1b1 0.87 MB 900 10
530,413 530,413 000000000000000000243abef6b06ef09619252f53c9a7b3b37886905fe7b54b 1.17 MB 99 2
530,412 530,412 0000000000000000002fc11c030d5007236d0f339b442b8152a37e4c0b6b5ea3 1.18 MB 2,521 20
530,411 530,411 000000000000000000218f913372b3e7e09ccb3054e558203710476edec9f29d 1.00 MB 172 3
530,410 530,410 000000000000000000117e2e9737e4cbd3a378b76d10a1e0296b058c1d4bafe8 1.07 MB 1,049 11
530,409 530,409 00000000000000000028db85bd9f11cdc5c20f3c741dca80b2333ffd586f795e 1.18 MB 2,521 23
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.