Memory Pool Memory Pool Refreshing

2,680 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (82,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,439 825,439 00000000000000000001cfef7e25f0d757c0d1ad40ad2f683497bef01547a26e 1.23 MB 955 35
825,438 825,438 000000000000000000037c8ffa45e22126393dc158ff50057e75b25561282c8b 1.21 MB 927 38
825,437 825,437 00000000000000000000ab8bdaf78ec71ab92585ce22e26a6858ccc4f3dd315e 1.50 MB 1,688 41
825,436 825,436 000000000000000000009263d33e783e5d918f560ef49fef4bea5d164e670e6f 1.13 MB 327 32
825,435 825,435 000000000000000000007b83e6e2ee73ca08e0e7e0717622553a23cb24e77f2e 1.42 MB 2,262 46
825,434 825,434 000000000000000000004fd25daca937b3a7bf32629529b80ef54d5f9fb6ffa9 1.55 MB 963 32
825,433 825,433 0000000000000000000300627f9a35d7e9c5f2ed0036b437ad909333243c6921 1.92 MB 1,429 50
825,432 825,432 0000000000000000000061eeb4254789f107280a541af3a310678b8ede5ff843 1.64 MB 1,916 97
825,431 825,431 00000000000000000002dd9dd22cec2b96ef49ef344e845f5412c5d078e82830 1.48 MB 780 36
825,430 825,430 0000000000000000000211c29a44de22ab406c1c23b08bf82b240ccee6d12400 1.45 MB 891 35
825,429 825,429 00000000000000000003ba5d11a5e938a7a924797e7e9e4c95068af70a90bbce 1.76 MB 838 37
825,428 825,428 00000000000000000003d3376e006b4ca6ded4e76260d66ed85aa6060affc9de 1.79 MB 1,336 55
825,427 825,427 00000000000000000000d25f0768d4ae31c33bd64f169c284f54ef4b08fdf414 1.66 MB 2,137 68
825,426 825,426 00000000000000000001db2cf3f4e1151c56e8a47fc815975901c7b6dd29f404 1.74 MB 2,220 46
825,425 825,425 000000000000000000039daca518193dc9508a6baffe028e2ec500409fd8a98f 1.39 MB 2,369 125
825,424 825,424 00000000000000000002eb7eb374f98cd63757971fb5e78c850c87ae2353f7c9 1.44 MB 2,496 80
825,423 825,423 00000000000000000002b5543202a8d917380a1a083058dc902c71dda948c881 1.10 MB 748 38
825,422 825,422 00000000000000000000a53b85a95d28312f81eafdf46050845f243f1fc29f3a 1.47 MB 2,620 68
825,421 825,421 000000000000000000007b40312c6815f5ff50cf1eb0bc41d21e9706620fb77d 1.39 MB 1,655 53
825,420 825,420 0000000000000000000251549393013fd3e045aeba6ff13ec670ddcb2c480d76 1.09 MB 518 31
825,419 825,419 000000000000000000031476103fb83f2707bf861e91d0a2a0b4e7a5f9f9b49e 1.90 MB 2,960 39
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.