Memory Pool Memory Pool Refreshing

2,516 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (785,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,401 122,401 000000000000338dd673c60446a939464756a37049cc953696971ba3098037fb 0.01 MB 25 866
122,400 122,400 00000000000002b7349e9f66a0647caf479915c47789a987731c1f7f6cf5346f 0.00 MB 16 0
122,399 122,399 000000000000199ed0d830687f8d6ee0a5893ead05f1454438c87da3513bd3e2 0.01 MB 14 461
122,398 122,398 00000000000059fa5758ff45746c772ac04c0b736422107d03c5a171dbcf8706 0.00 MB 2 7,751
122,397 122,397 0000000000005fa63b3f381b1294bc5202deb9493732254c39d7109bd1e288a7 0.00 MB 14 582
122,396 122,396 000000000000045b04031e9d199e246691b15f706194ffb32b1887f51e21379c 0.03 MB 101 1,213
122,395 122,395 0000000000009348994974a4da79d0aa1ae05fa23b86311375c3ea0ca0ce61ed 0.00 MB 12 0
122,394 122,394 0000000000004d7a47ce0b7c24f275f41731ede5c30fed391db863e909dca172 0.00 MB 6 327
122,393 122,393 000000000000985ae0e71ea9662f9c2bcbbeaf144fcdab88e687fc2474ad58cc 0.00 MB 12 479
122,392 122,392 0000000000003a5e8f6550bb4f3e3d0a719c4e1ebeead35e835583245bb9a0f9 0.00 MB 8 0
122,391 122,391 0000000000001b3557f56ffa8c4a891d98867f93da538b581b1e3f6b815d0eb2 0.00 MB 13 302
122,390 122,390 00000000000065e9615e261b95f4190c37340865e0e640f863f3bb69d177837d 0.01 MB 12 887
122,389 122,389 000000000000730a9e215ac5bac739711398c5936dc4ff1d7c5c4585125e4e71 0.00 MB 11 327
122,388 122,388 00000000000014007203792b14fd83b0f3db52b2e026ca3dcf938bac12e85691 0.00 MB 2 2,469
122,387 122,387 0000000000005d2b8050d99bf2af74b08f5f89628901a95dcb0a99aefcda20ef 0.00 MB 13 550
122,386 122,386 000000000000095ee6ae11bd15a664d1fb1a4fcdc98fbe1e6188501076667db6 0.00 MB 15 727
122,385 122,385 0000000000001c6fb8c4ff17d9174e241e2d10cd1fe2e70fa2b6b4c2c0d80079 0.00 MB 9 318
122,384 122,384 0000000000006a14a16e08cb849f5e3fa680e37ee835fef97e06e3aeb1ec08cf 0.00 MB 10 323
122,383 122,383 0000000000005bb91db4fbc66959428e1e9dc0644f6fe86470157d9d8ee2c30d 0.00 MB 10 360
122,382 122,382 0000000000008096127f371f7d4ccdb524e8158d1cee91fadb956c07bc666c31 0.00 MB 10 0
122,381 122,381 000000000000648388848022866d8726082a18ee50e25c4834ddacd2d6159004 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.