Memory Pool Memory Pool Refreshing

442 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (666,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,538 241,538 00000000000000f8282f129a89ce27b75fc4e2b7adb52342fbeab70509553885 0.15 MB 372 162
241,537 241,537 000000000000006ed83d97e7266a66dcb057cd53750795bd209076fa0a34d4ec 0.13 MB 256 69
241,536 241,536 00000000000000b7dc90d34b08218b76687c0cd8a00878fea13d4ce98b0f4df0 0.05 MB 106 78
241,535 241,535 000000000000006d301e4a8ff6779b039ce85b90ddb118450318512133df654d 0.28 MB 624 134
241,534 241,534 0000000000000013e445b294414dcf843429f19b3f9480ae2ac230c8051e43f5 0.12 MB 174 62
241,533 241,533 00000000000000b8fbeea5016e89149e024618bf2986aa2c0f32577495b43099 0.25 MB 701 196
241,532 241,532 00000000000000c27f8c697b37ae32d8a9a415c3bdf4337349eca34b28c08e42 0.14 MB 332 176
241,531 241,531 00000000000000c7a46859feb3b3ccf39b61fd281a0da707a2868eafbe2243d3 0.52 MB 975 158
241,530 241,530 000000000000010ee4b2f46c8205bb4e3b63d28edcac8ce1c5c646bbe58ca8fb 0.03 MB 46 135
241,529 241,529 000000000000002b23abbe34491a99fc4fda6f334c25382e773f8405b5cb2753 0.00 MB 1 0
241,528 241,528 00000000000000742bfd7a70b1db7042ceb92a45bfc23381905c9ea56d5bf348 0.28 MB 512 40
241,527 241,527 00000000000000d29aa9366324e84e0a320c95a23c61854501f06f3dad8f8e73 0.11 MB 288 189
241,526 241,526 000000000000002a941724f0510262837e5b1748e96450641fca85eced077d79 0.11 MB 226 138
241,525 241,525 0000000000000079f90aa493647580426ca24483fa2f3114ce9faec35794ddcc 0.03 MB 59 89
241,524 241,524 000000000000009ad341aca2dcee9e9f0b080289d469176a5e0d1cbb635a8581 0.19 MB 398 144
241,523 241,523 00000000000000a17a698e33f9bae801c5ced46f9a42295a7ece2bd0d2310a82 0.25 MB 469 166
241,522 241,522 000000000000002007848df6a8ce920bcb6f719af6df4c46038a95e539a4c1d9 0.10 MB 314 58
241,521 241,521 0000000000000052d2c9f5eace9a86b274e14a935710fcc03fa97bcaa7258f69 0.35 MB 933 191
241,520 241,520 00000000000000c8df89856826794019befe06f3b5794b217d6d571a2d997094 0.08 MB 115 69
241,519 241,519 00000000000000239d67b54a6e319b94b3da2bf5aab5a46c8a0a83797bd78d71 0.25 MB 604 195
241,518 241,518 00000000000000ce0578e0b05c297185ba1495d44c68d48bbe6c3d9979ea0b5d 0.05 MB 116 158
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.