Memory Pool Memory Pool Refreshing

13,984 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (672,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,513 235,513 000000000000014f36cd8e3c71f9d8dfafb79bc34fda583f86a70bb58b76ede2 0.25 MB 694 206
235,512 235,512 00000000000000f6a8283802e4ad88acab34a99487916543f862fb36bc72a5a1 0.20 MB 314 126
235,511 235,511 000000000000004bd6be7c2a9c5f4f33fff92ce4935dfc525d4400179acf6c77 0.36 MB 558 112
235,510 235,510 000000000000009fa615ef452076a04f4b74e32dee07dfe230565f8af93fb3dd 0.47 MB 1,382 242
235,509 235,509 000000000000014bec2bce2d450316fc9f986e56fd151ae7cd77c47ca07b0389 0.11 MB 256 192
235,508 235,508 000000000000015054f3add38562fb314627a8b03545edea7d2be49961d7592e 0.14 MB 259 143
235,507 235,507 000000000000009e7daf9557de02effea8d75eb71ab87832fe18ddcc4915fb40 0.23 MB 373 121
235,506 235,506 00000000000001a3be886334b0e366f43967051f77651a05e8b4cfe823715adb 0.17 MB 442 174
235,505 235,505 00000000000000e490cd9bcf554a78828d346b3b3a019e68f76bfbff3d06afce 0.01 MB 19 188
235,504 235,504 0000000000000070d57ac583e7fe8e3b7de205f315ab1080f57e946be28a4a9f 0.15 MB 238 82
235,503 235,503 000000000000001bc0da8687a261b2f9b5418269704e5d8e41d69072e964835a 0.15 MB 183 42
235,502 235,502 000000000000008caf10cb5812b128d77f7d5512b578a67a9e6f70c6aa55baff 0.15 MB 329 127
235,501 235,501 0000000000000166bae0b7f21d74c47e53cef3db290524ca43c640c23266ba7e 0.22 MB 431 109
235,500 235,500 00000000000000f4fc8808d350d1aa6b92c49194a1487e088463c140cdf98a17 0.13 MB 201 69
235,499 235,499 000000000000002a51c876acbec9b6985f3965c4795c70044d98984e2fcaf73a 0.25 MB 413 118
235,498 235,498 0000000000000195f54d98768a98d80301c09a48e2d87e3a73958daa8b3ec701 0.25 MB 754 294
235,497 235,497 000000000000016984e7e4f346ecda172a56e0aa59a08dbc0040a3cd6f4f7ba2 0.25 MB 511 170
235,496 235,496 0000000000000102df9765933f7695887030de5700591b387b0465edc9834e76 0.27 MB 536 154
235,495 235,495 0000000000000158985851a402ac98d935f6c7e9d4fcd0e6ecd2382cec269463 0.22 MB 479 184
235,494 235,494 00000000000000b7b176089a39a76f5c7aeacca34f5ee3f7ed9ef65c69187884 0.06 MB 106 172
235,493 235,493 00000000000000f753f4bb50b02f5464b704e8caee5736c264000bcb743fd86d 0.21 MB 509 194
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.