Memory Pool Memory Pool Refreshing

15,408 transactions (4.25 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,151 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,150 (888,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,570 20,570 0000000033d54caa66e9adc6be211f658a3936aabddde6a6ee184d2f18e4d09f 0.00 MB 1 0
20,569 20,569 0000000082916452f1ce60680d0c36bac83b7d12c328557635abdefc29ebf5d6 0.00 MB 1 0
20,568 20,568 00000000b13d17a0d6adb6c5cd841db0fade4d9cfdec90b31c49d946a04dacb3 0.00 MB 1 0
20,567 20,567 00000000c0e81f6780c73c02c925804d487b08c9a7048e6bd8ba26960d65feb4 0.00 MB 1 0
20,566 20,566 000000009bd8475fb6e10c39f2d36918d7dc64d8cea58b5bff94ba01144bc368 0.00 MB 1 0
20,565 20,565 00000000deda6df66162445476ac886b7ee506f91f531a44f25381a2e8eaf664 0.00 MB 1 0
20,564 20,564 00000000d1d0eb5853a783952552116111955357d25d0d993e040e284ccad8a1 0.00 MB 1 0
20,563 20,563 00000000aab450ea6f045d9767328f9124c7dfdba1b47692dc151f030887659b 0.00 MB 1 0
20,562 20,562 0000000003ee6a650f6d081d817a4bff23bc15300aba48d2b4dbcb8dd32f689a 0.00 MB 1 0
20,561 20,561 000000009d7bb24974fd60fd3a9bd6f874725250efaf6d0158f5db3c72cd8ba2 0.00 MB 1 0
20,560 20,560 000000002032558bdc6b8c3cd35f86281b9d94731313352d1b2e9f36fcf46dda 0.00 MB 1 0
20,559 20,559 0000000060be34f69e5995791f56df522d2e2b5a5620f403ab13f075589c9b88 0.00 MB 1 0
20,558 20,558 00000000783f397d69780dbfe249bfb2dc90c3888a773174ace8d51212bf84f6 0.00 MB 1 0
20,557 20,557 00000000662b0175631f3ef3278e2bf90bfe3ffb908918390a7c74ecf5fedf34 0.00 MB 1 0
20,556 20,556 000000000557230e09520feafdf4112737b86e9775333174fa29d111ecdb733e 0.00 MB 1 0
20,555 20,555 00000000fcf8947f35c0f95ac55ca893a9b290a7737305e4c902435290e5a398 0.00 MB 1 0
20,554 20,554 000000006f83bc5060807bad71f6a8d9e85153a887c23ee632c1f57fcb80c281 0.00 MB 1 0
20,553 20,553 00000000a5a401e14e2902474b8efcbfcfc0027022cc8749a0162c0457e82b87 0.00 MB 1 0
20,552 20,552 000000004863e7fea2448a4c12340ba9cc7754e88e4f369f3d9b0946f64957ba 0.00 MB 1 0
20,551 20,551 00000000c86721955c4ae385925275cb771827b201638cbcf6cbb0b6f18e6549 0.00 MB 1 0
20,550 20,550 000000001e2b536707eae88707092794963e2bd48b3e94bd0d2ded7adda8205c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 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,961.16 GB sent, 106.75 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.