Memory Pool Memory Pool Refreshing

2,201 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,921 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (11,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,306 896,306 000000000000000000015d4000fb1b7041d82ecca94ce46f064bf867625b0ea6 1.38 MB 2,179 3
896,305 896,305 00000000000000000000b6ee0b266cefa8b42942139db117befdf13a6f8a2b0b 1.98 MB 1,205 1
896,304 896,304 000000000000000000024d40218db3e67c55a5aa4fce239b4c14270bdc95042a 2.34 MB 1,814 2
896,303 896,303 000000000000000000017eb1fd1109a4493bfb220f5c33a82c5ad7e4f95566dd 1.97 MB 2,322 2
896,302 896,302 000000000000000000000951b634ea6ded0f278963667e75ba9635435d4bbba0 1.63 MB 3,555 4
896,301 896,301 00000000000000000000d16309e6420438f24a21128b1c94aca71cf53cd3604a 1.51 MB 3,005 3
896,300 896,300 0000000000000000000190eb601182c4c1e215ad3d1d64b3d5b31f950bf3c2c1 1.69 MB 3,913 2
896,299 896,299 000000000000000000014a522e746e53a1ff97c776e02390235bbdf0a3958bac 1.53 MB 3,488 7
896,298 896,298 00000000000000000000f35ba28c9cf835cdb23fb3b51537fb5ceb09480587fd 0.81 MB 1,449 2
896,297 896,297 000000000000000000008060aa4050f4ba1c8a2659cf4fb8896202b50cb4bf7e 1.08 MB 2,084 3
896,296 896,296 000000000000000000022145f0813736536ca2a5898ca2463d1de0deacc235ec 0.08 MB 143 2
896,295 896,295 00000000000000000000a0585a3d79ecf63fc0982d44215f8fde1a73e15306b4 0.09 MB 217 2
896,294 896,294 000000000000000000024b2eeab14c133c4b60aaacbfd9de49d9bf02fa8748c8 0.24 MB 651 2
896,293 896,293 00000000000000000000f9d8d000c65da793071611982cfb431990de31a60ea1 1.50 MB 2,431 2
896,292 896,292 0000000000000000000062f0eb5f0f98a428a7e121cdf158179ed74dd4fd8580 0.99 MB 2,017 2
896,291 896,291 00000000000000000000797cb86647499bebd9273114cc524c3e2070b9bc933c 1.02 MB 1,743 1
896,290 896,290 00000000000000000001191604cd04fad895abeca2a78c3870ba9310d0783de3 1.59 MB 3,003 2
896,289 896,289 00000000000000000000da58eeaa089b97bfe2699003ea817ca9ca059ad7a952 1.73 MB 3,369 2
896,288 896,288 0000000000000000000074775929f0d05ec8c07b7d66e797546366b4ef3d6f32 1.70 MB 3,067 4
896,287 896,287 00000000000000000001633795c451c77c07505dd7017560af3ce08636ed6408 1.61 MB 3,815 5
896,286 896,286 00000000000000000000a6271b919177468b4f4339538f92a03de32aa97b2311 1.98 MB 3,380 1
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.