Memory Pool Memory Pool Refreshing

12,155 transactions
4.15 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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (9,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
898,514 898,514 00000000000000000000b3345df267cba28097bc1f84a48fafafe320f804e8ae 0.71 MB 780 2
898,513 898,513 00000000000000000001a1ef7c89a407345e642f0cf25849936b169514bca0ce 1.09 MB 1,930 3
898,512 898,512 000000000000000000019254ba7d1e2236a07928737454a4de8f7e26ce8cd45c 2.07 MB 1,908 1
898,511 898,511 000000000000000000000eec721bb05511e546261e2cd637d20a5fd2ab6b7fdc 1.54 MB 2,788 3
898,510 898,510 00000000000000000000d2404ce8d1a76c49652692c6faf01a44aed70b4c8173 1.23 MB 1,106 2
898,509 898,509 000000000000000000011bdd626bc6f19276845b982881392804f846e370302a 1.57 MB 2,567 4
898,508 898,508 0000000000000000000051a34511e320338d7fb988d1ec59cbf5abd72c8698cd 1.67 MB 2,782 12
898,507 898,507 00000000000000000001016a4a483f9ef2775f6a44a31642a53a545e642a2145 1.69 MB 2,922 3
898,506 898,506 000000000000000000024cf43c89eb18c64570403212c05c7daa09682790a86c 2.00 MB 913 1
898,505 898,505 000000000000000000012afc7ca6c7ad1520c5b1ddb7d4d12f4b76b0dc2818c8 1.59 MB 2,742 6
898,504 898,504 000000000000000000009791d415aa840190c032c3cc3b36db6123d0cf904748 1.44 MB 2,556 2
898,503 898,503 000000000000000000016659eb49c09be96b6f07b5071deb301a622297fd78da 1.65 MB 3,340 7
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.