Memory Pool Memory Pool Refreshing

9,867 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (9,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,535 898,535 00000000000000000000f39f1426449293c6e77a39b50cc09194cde227f9ce02 1.09 MB 2,528 2
898,534 898,534 000000000000000000015fd77937314a5282f5b78a7d1227bb37c9f705e6b018 1.22 MB 2,637 1
898,533 898,533 000000000000000000017b899ef794f3dc69b1a97841f6d9c0d7d343a885ebee 1.29 MB 1,419 2
898,532 898,532 00000000000000000002184f6d651c12716bc6f83f351545f6b1091004234574 1.57 MB 3,152 4
898,531 898,531 00000000000000000001570358c8a37341b4a2d2645d9bc28591755e559380ab 0.15 MB 383 3
898,530 898,530 00000000000000000000be1827cf28c80a235070185afef3d47b5ae57890f718 0.17 MB 180 1
898,529 898,529 0000000000000000000244455ccca7dc390a0adfa246a4ec81bba26919b2789d 0.99 MB 1,529 2
898,528 898,528 00000000000000000001ce267da6b73e56b36b8253304a2929ca9d7e19409205 0.25 MB 771 3
898,527 898,527 000000000000000000024a7e662b373ffb6ac41864150ac32daad77c74e21e6b 0.87 MB 1,524 2
898,526 898,526 0000000000000000000221b53867d21639c72eff853181913b7856bfaf5b790b 1.43 MB 2,366 2
898,525 898,525 0000000000000000000112f4a29537bdfb0c9e980bb6bab160cfcf536d207296 0.14 MB 521 1
898,524 898,524 000000000000000000015f87d6aada0522f06f53c652c7b87292c2a658380db6 0.63 MB 1,221 2
898,523 898,523 00000000000000000001b4c4a66d548a8a9adb4482841e8aaefce1d6e1416ed8 0.07 MB 180 3
898,522 898,522 000000000000000000001f762cf217396769ba19596930f878e25839420af8e6 1.29 MB 2,264 2
898,521 898,521 00000000000000000001033875840cf1075265d4a10217112edcd8cafa373658 0.26 MB 700 3
898,520 898,520 0000000000000000000032b2def5e02338d881b4e2a9f62de16cf986c79e40e4 0.67 MB 1,371 1
898,519 898,519 00000000000000000001c44f99fe80e98e72ffd3306785eea0e4e19315915415 1.53 MB 1,952 3
898,518 898,518 00000000000000000000bb9413651e2d39eee3f7cac3d66cbe5957d8e3b87b6d 1.22 MB 1,647 2
898,517 898,517 00000000000000000000bb1d89724a1ad8503057964d688d0a089ca6e0ca6c00 1.59 MB 2,549 3
898,516 898,516 00000000000000000001de6616d57409a7dbf1ce126729cdb1a88a302afcff29 1.11 MB 2,119 1
898,515 898,515 00000000000000000001c127e7dcd55e189751c3d6fe941fba62bd4ac720268d 1.55 MB 2,343 9
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.