Memory Pool Memory Pool Refreshing

1,667 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,655 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (672,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,526 235,526 000000000000014bacfa78a1d2a3c5e39c2bf1e0c4fbecd919726e177d9fd259 0.25 MB 397 116
235,525 235,525 0000000000000044b1acc576c2abad7948ce276c02a5aa3fb09ef709aeb6f2f2 0.25 MB 551 156
235,524 235,524 0000000000000146f579c610db64282e624cb831ddfe16f6778758fbaaa5164c 0.25 MB 727 220
235,523 235,523 00000000000000046b23a69ade49d7cd2e59c5e6069195eaab3cb4521858f8e6 0.25 MB 674 219
235,522 235,522 00000000000000e46b1480dd9ca5539fbd2ea5878c40bbf4deb9933c31e66d10 0.15 MB 315 187
235,521 235,521 0000000000000015464fb590e0cc1069608eb676b2e4b4a4c99b24303df989fb 0.23 MB 213 78
235,520 235,520 00000000000000265e49c04f17b4638d8032c28118be5848bda0853af0735f6f 0.25 MB 560 159
235,519 235,519 0000000000000114f72a8e9f61699a54bd30044c558a58f5813f991b7e8ce4e7 0.25 MB 633 182
235,518 235,518 00000000000000c56f26b4223b226ebdabd45fda9640497b4d3efbc610394e8b 0.25 MB 673 241
235,517 235,517 00000000000000e9d96b9ca5ca7e865070f55414049732fe5a5919c37099e050 0.28 MB 709 204
235,516 235,516 0000000000000108e3f0a354fcd5e4f1ba3d4d1d66d30e0d9693ee95e87500f2 0.00 MB 4 97
235,515 235,515 000000000000010af1cc711600451273168783ab713a76697066b3206ffb3124 0.15 MB 239 111
235,514 235,514 000000000000011d31b2acdcbf6ec98358141b17d9db9265eb58ee50e6ab3247 0.15 MB 337 91
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
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.