Memory Pool Memory Pool Refreshing

3,246 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (5,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,445 902,445 00000000000000000000cc5cb54eb0f4b2b8440733dd3960724de56ccbba372c 1.73 MB 2,922 4
902,444 902,444 00000000000000000000cf6f7033fe5be18c94291d39a50a784e657c551fecb1 1.69 MB 3,206 5
902,443 902,443 00000000000000000001d11e684d31493eae806defe9789a962411dc5e188574 1.68 MB 4,350 4
902,442 902,442 0000000000000000000082bf9df2ae786adb2cba1a9b6102b452fc6427eb0382 1.38 MB 2,009 4
902,441 902,441 00000000000000000001d746d507ae4d0b6d36ccfd1af822911f7ad5e07eabb0 1.67 MB 3,823 6
902,440 902,440 000000000000000000006c4d1f447253c96023a2036f820f57cecb004d372675 1.63 MB 3,677 7
902,439 902,439 00000000000000000000cdc4fd3ff7bcdd9797aaf644431e0b575049d9b0d9f1 1.67 MB 2,678 12
902,438 902,438 0000000000000000000026d7ac5da5cd29c1c1866e9acef0f055371a5b5c0cdd 1.58 MB 2,920 11
902,437 902,437 00000000000000000000fc2b73cd118be13edbc8be9c77de28fec2df6e2133c3 1.62 MB 3,576 9
902,436 902,436 00000000000000000000540d8a4dcf0b438f94eb8a2d2bd5462be7f9640940a4 1.69 MB 3,144 7
902,435 902,435 00000000000000000001bead36b8085d504322dbf3e27747f6b15fd2bb688f77 1.43 MB 1,992 3
902,434 902,434 00000000000000000000246d81427b91fface6ea3a5ac9919e78a9f258d06f8a 1.51 MB 2,899 4
902,433 902,433 00000000000000000000642a4f52af8fa4c889021b8fd3bc0733300fbc512590 1.61 MB 1,928 3
902,432 902,432 000000000000000000018277efa8fbf2e291499d85df005324192a99bc22a666 1.54 MB 3,435 6
902,431 902,431 00000000000000000001b33f52fcfe44dab2cbbbb160474a129faedd3e6e92b0 1.64 MB 2,860 8
902,430 902,430 00000000000000000000e915084ca925490c1d6e66108e6df438a41245ce6743 1.68 MB 3,437 3
902,429 902,429 00000000000000000001595870c23aaf1f466b0695474c8bf186f071a43fa43e 1.60 MB 3,845 7
902,428 902,428 00000000000000000001976178ac3623671a12e63cf3fb70804b357702e21648 1.57 MB 3,386 5
902,427 902,427 0000000000000000000155f23ebefa956f69d6ee6a4b1f122e3f7ac3730413f2 1.46 MB 2,107 9
902,426 902,426 000000000000000000014f777b43dd9dd3e35343aa3758a16a8101581cfa3299 1.77 MB 4,525 2
902,425 902,425 00000000000000000001c1d04daaba89c064094239b2c92b30513e12b4afe0fb 1.41 MB 603 2
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.87 GB sent, 93.18 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.