Memory Pool Memory Pool Refreshing

4,419 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (675,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,303 232,303 00000000000001c9de30e28072550b4a6ac124e1335051a464eab2ab17c7c4ac 0.36 MB 613 130
232,302 232,302 000000000000017a80dd7988de0ecdcd64358ddedc674df3deabc02420af6659 0.19 MB 397 144
232,301 232,301 000000000000003f9afe355f4191dab5d7a60bccaae38114c8b60be33a84dee8 0.25 MB 606 170
232,300 232,300 000000000000018162e1e79a7afead697f7971414c3abd1416b77212923811a5 0.00 MB 6 50
232,299 232,299 0000000000000112d11f82a341b894825cf5e65024203f4a84b651a7c20c44ec 0.13 MB 254 153
232,298 232,298 00000000000000fa375eef15d0714e94c03fbd96c38b1bbabcaf1683b24146d6 0.01 MB 32 148
232,297 232,297 000000000000006adbb858c7356dd9e56f485787e08c5c7df87f9882758fd244 0.25 MB 364 102
232,296 232,296 0000000000000149dd10b0a8d2129ba00d47fce87502870496af99a051f54d2f 0.25 MB 736 216
232,295 232,295 0000000000000078fdce84df17e77e608ab8be67b0b40b345a32901913edcc7e 0.25 MB 490 161
232,294 232,294 0000000000000091148cc8f8be1c6de2c29e307d8b412686a61a8af8014ec317 0.00 MB 1 0
232,293 232,293 00000000000000ebda14d86bb7d65e1f9a606fdc88d291a2498fd450c9f54cbe 0.25 MB 710 196
232,292 232,292 00000000000000f314f0dec63cb6244530704786101dd1d72ba63cd2a485c500 0.16 MB 266 153
232,291 232,291 00000000000001122ff01e26ab26fbba0d5f6e24edf20ff64e471325bec8768b 0.23 MB 472 164
232,290 232,290 000000000000010f5e6a4bf9d5c198af70d4005fc8f5788ecf824183ce1ea961 0.08 MB 244 47
232,289 232,289 00000000000000e4cadaf65e938d1998907e32f5771363b764ed4cc8488e222a 0.22 MB 516 167
232,288 232,288 00000000000000e89f48cdb098e8f13c19aba8bb7c455e2e018981588e0feda2 0.00 MB 17 388
232,287 232,287 0000000000000124fc5d2ac5cca17609083195d692fb101e775054db08d60591 0.23 MB 468 167
232,286 232,286 000000000000000cc67074c008d342f979bf5aa2de78a4db130bba15350d9904 0.28 MB 614 159
232,285 232,285 00000000000001cf180d9b7c7b1ea85122f3b205b20f25864480478e246028be 0.04 MB 128 203
232,284 232,284 00000000000000287471ba3b6b69850233e84204f0df73b78fe44886394394ce 0.05 MB 128 145
232,283 232,283 000000000000012b49be930ac9b547ae705a2241282f3ce843b7edd6e84840a6 0.01 MB 48 62
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.67 GB sent, 94.43 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.