Memory Pool Memory Pool Refreshing

3,641 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,655 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,545 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (897,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,258 11,258 00000000171a8ebc3dab97c5f826bd3e4e1572c42d13f38fea573d3153184aa6 0.00 MB 1 0
11,257 11,257 000000002dce2969e00a14ad1921204338b96c50ee5fcaec21532160f9530436 0.00 MB 1 0
11,256 11,256 0000000048e5e9d49a29e457970a17efaa4c5414e976ac2c946aed9f479dafc8 0.00 MB 1 0
11,255 11,255 00000000260fe55073f6285e551bb32b7fe874b43d4112e4395f4d8f06a18da6 0.00 MB 1 0
11,254 11,254 0000000054189fb810c3102dc6e2ccaed458c0ce65c5b447b55df885e772dc7b 0.00 MB 1 0
11,253 11,253 00000000eaf9db4ee512b0dcac4b9bb9dca3287a214cebb7fbce8680e24edc91 0.00 MB 1 0
11,252 11,252 00000000dfa99e1b0cd7637f13a6f7c40abb48cb825a203ffaf74c4af41dc6cd 0.00 MB 1 0
11,251 11,251 00000000b99b67ed82f83f4b1c07416d64aa909e1bb5d117e9e82a6317979d79 0.00 MB 1 0
11,250 11,250 00000000472de6dd1d8317ae79d0bb67b5a8e27841e9a3286cd4848d4da74fd2 0.00 MB 1 0
11,249 11,249 00000000f8725ddf9e008b1d8e95c973aa5d32d2ae88b617da10f2a8adecc85f 0.00 MB 1 0
11,248 11,248 00000000d948824ea832c45af72e9995864f5d9f217b11a421e88aa7214183b0 0.00 MB 1 0
11,247 11,247 0000000032acc444aec9762805e363b2e8ca50e707167e330c41b39d01d65d4a 0.00 MB 1 0
11,246 11,246 0000000084d5bafa0bb27e6157d29fa4fa8afac3c895fa53ad4a068b63315d32 0.00 MB 1 0
11,245 11,245 00000000ba7bb16078481e91accfa5909224903b7fc4bf498ef2e448bc4d6406 0.00 MB 1 0
11,244 11,244 0000000026c5639e74acb3dcf96009d12841f8ba3599f85f910e3978f40c6084 0.00 MB 1 0
11,243 11,243 0000000036352d57ba8b91ac3b4521bb98a9d32d62b8aab587fbe7aab8a3fd23 0.00 MB 1 0
11,242 11,242 00000000b8ceeba87de98c67c729c80df3b432d2b2703ad03d79e604cab8db92 0.00 MB 1 0
11,241 11,241 000000006f7ba3ba41376dc21dd53484dc3da00da70bff6e33373d24d67dcb39 0.00 MB 1 0
11,240 11,240 00000000e93632df2be8388ab5db0319af11d98b833dedea971cf54476780996 0.00 MB 1 0
11,239 11,239 000000000e7290681a530b441185dc3c7acee658200bdd5eefc4bf499dbeb020 0.00 MB 1 0
11,238 11,238 00000000c3d602970f00280d2b4aa279488abfd4775b4398e21e2c0e244dd898 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.71 GB sent, 101.51 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.