Memory Pool Memory Pool Refreshing

708 transactions
25.35 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,309 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 359 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,308 (859,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,974 48,974 000000000e360362118f2c872e855082b1e205d36d89d5ec8af0eaf62bd72d49 0.00 MB 1 0
48,973 48,973 0000000028ab76420b9b0fee68e553e14df69212f7595e21cd4a6e7daa77ca64 0.00 MB 2 0
48,972 48,972 00000000210a48946a1969b30efd3a8c7252282225048a87c03de6ee4c3d485b 0.00 MB 1 0
48,971 48,971 000000000b78d81578358f3e08485267ac3d152d327059a7d4f9c55a7b67699c 0.00 MB 1 0
48,970 48,970 00000000033b14a06bdf77269a24c70bcc4be8630bef65f1a9aeabacf899a7b1 0.00 MB 1 0
48,969 48,969 0000000010c06951b417b278eb76557c87cf94e9e4173522637bf902ad22827d 0.00 MB 1 0
48,968 48,968 000000000b368ae2fd8b2e7b7217a5d701daa46ba607fe18b1a86591026aa824 0.00 MB 1 0
48,967 48,967 000000000c16c2a382e42cfd04f47a78d6159a93673bc7aab7d273e601d8df0a 0.00 MB 1 0
48,966 48,966 000000000d1936468bfd255e6254813af800e091a0ce899d5d77a038a709575c 0.00 MB 1 0
48,965 48,965 0000000005f217e9cfcebe0b06ef2aabdc1bfc5124247172ecf37b22b6611238 0.00 MB 1 0
48,964 48,964 0000000024242140f8ca99df45145d7ce8173b34020e89e6ea94bcd5af1e80c7 0.00 MB 1 0
48,963 48,963 00000000080d725a3cfcf8a4249f1c5d30dc2e84285d5ab4817dec91db0a8a77 0.00 MB 1 0
48,962 48,962 000000002821ae5d93b5f8771adc85c66035d4bdb69057c48e3d1555121938e7 0.00 MB 1 0
48,961 48,961 000000000fa11fa25500a9b59ffc20f25ff008ea4b56283c9efaf513225b412b 0.00 MB 1 0
48,960 48,960 000000000105d61fe575560c8bc626a22b6cbb9045ba18b7c18d2dacf85ab990 0.00 MB 1 0
48,959 48,959 000000001b39bbfc6ad4e3014f506d4997c9125dca8dcf4936e0d1293e4e6ebe 0.00 MB 1 0
48,958 48,958 000000002423c7223dd00282daba95be6ed0903cc6d98274a202513c2771f29c 0.00 MB 1 0
48,957 48,957 00000000188d955258e4519b4ff84bddbe8cedb9a82c8d83570d9974322cb551 0.00 MB 1 0
48,956 48,956 000000001953979349bb79d496f3bccfaf53ae19c2c26e57a526a609bc3ed1ce 0.00 MB 1 0
48,955 48,955 000000001e1ca576f98c64dc1848f4378a38689407ebe5638d350009457010cf 0.00 MB 1 0
48,954 48,954 00000000104245be048b4890c13dffced7d4d5e0b2ceb4cb532a1811350f218f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,696.14 GB sent, 98.57 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.